diff options
Diffstat (limited to 'drivers/net/mv643xx_eth.c')
-rw-r--r-- | drivers/net/mv643xx_eth.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/mv643xx_eth.c b/drivers/net/mv643xx_eth.c index 6317bba9587c..2a808e265a3e 100644 --- a/drivers/net/mv643xx_eth.c +++ b/drivers/net/mv643xx_eth.c | |||
@@ -2680,8 +2680,7 @@ static const struct mv643xx_stats mv643xx_gstrings_stats[] = { | |||
2680 | { "late_collision", MV643XX_STAT(mib_counters.late_collision) }, | 2680 | { "late_collision", MV643XX_STAT(mib_counters.late_collision) }, |
2681 | }; | 2681 | }; |
2682 | 2682 | ||
2683 | #define MV643XX_STATS_LEN \ | 2683 | #define MV643XX_STATS_LEN ARRAY_SIZE(mv643xx_gstrings_stats) |
2684 | sizeof(mv643xx_gstrings_stats) / sizeof(struct mv643xx_stats) | ||
2685 | 2684 | ||
2686 | static void mv643xx_get_drvinfo(struct net_device *netdev, | 2685 | static void mv643xx_get_drvinfo(struct net_device *netdev, |
2687 | struct ethtool_drvinfo *drvinfo) | 2686 | struct ethtool_drvinfo *drvinfo) |