mirror of https://gitee.com/openkylin/linux.git
[PATCH] misc duplicate field initializers
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
2f36698799
commit
c3cf83b70c
|
@ -698,7 +698,6 @@ IR_KEYTAB_TYPE ir_codes_pinnacle_grey[IR_KEYTAB_SIZE] = {
|
|||
[ 0x29 ] = KEY_TEXT,
|
||||
[ 0x2a ] = KEY_MEDIA,
|
||||
[ 0x18 ] = KEY_EPG,
|
||||
[ 0x27 ] = KEY_RECORD,
|
||||
};
|
||||
|
||||
EXPORT_SYMBOL_GPL(ir_codes_pinnacle_grey);
|
||||
|
|
|
@ -2780,7 +2780,6 @@ static const struct ethtool_ops mv643xx_ethtool_ops = {
|
|||
.get_link = mv643xx_eth_get_link,
|
||||
.get_sg = ethtool_op_get_sg,
|
||||
.set_sg = ethtool_op_set_sg,
|
||||
.get_strings = mv643xx_get_strings,
|
||||
.get_stats_count = mv643xx_get_stats_count,
|
||||
.get_ethtool_stats = mv643xx_get_ethtool_stats,
|
||||
.get_strings = mv643xx_get_strings,
|
||||
|
|
Loading…
Reference in New Issue