diff options
Diffstat (limited to 'drivers/net/e100.c')
-rw-r--r-- | drivers/net/e100.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/e100.c b/drivers/net/e100.c index 6b6401e9304e..280313b9b069 100644 --- a/drivers/net/e100.c +++ b/drivers/net/e100.c | |||
@@ -2506,7 +2506,6 @@ static const struct ethtool_ops e100_ethtool_ops = { | |||
2506 | .phys_id = e100_phys_id, | 2506 | .phys_id = e100_phys_id, |
2507 | .get_stats_count = e100_get_stats_count, | 2507 | .get_stats_count = e100_get_stats_count, |
2508 | .get_ethtool_stats = e100_get_ethtool_stats, | 2508 | .get_ethtool_stats = e100_get_ethtool_stats, |
2509 | .get_perm_addr = ethtool_op_get_perm_addr, | ||
2510 | }; | 2509 | }; |
2511 | 2510 | ||
2512 | static int e100_do_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) | 2511 | static int e100_do_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) |