diff options
author | Denis Cheng <crquan@gmail.com> | 2007-09-02 06:30:18 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:51:15 -0400 |
commit | ff8ac60948ba819b89e9c87083e8050fc2f89999 (patch) | |
tree | 611975d22d7ddd8c49a073c61e6e4b7c9523fedb /drivers/net/mv643xx_eth.c | |
parent | 10d024c1b2fd58af8362670d7d6e5ae52fc33353 (diff) |
drivers/net/: all drivers/net/ cleanup with ARRAY_SIZE
Signed-off-by: Denis Cheng <crquan@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
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) |