]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
mv643xx_eth: Hook up mv643xx_get_sset_count
authorDale Farnsworth <dale@farnsworth.org>
Sat, 20 Oct 2007 19:16:27 +0000 (12:16 -0700)
committerDale Farnsworth <dale@farnsworth.org>
Tue, 23 Oct 2007 19:31:52 +0000 (12:31 -0700)
Commit b9f2c044 replaced mv643xx_get_stats_count() with
mv643xx_get_sset_count(), but forgot to hook it up.

drivers/net/mv643xx_eth.c:2678: warning: mv643xx_get_sset_count defined but not used

Signed-off-by: Dale Farnsworth <dale@farnsworth.org>
drivers/net/mv643xx_eth.c

index 84f2d6382f1edf0cf9a6f2dfac0b9b34842586d8..54e48281c3d4eca0c1e957db02b8e1a1d204df0d 100644 (file)
@@ -2742,6 +2742,7 @@ static const struct ethtool_ops mv643xx_ethtool_ops = {
        .get_drvinfo            = mv643xx_get_drvinfo,
        .get_link               = mv643xx_eth_get_link,
        .set_sg                 = ethtool_op_set_sg,
+       .get_sset_count         = mv643xx_get_sset_count,
        .get_ethtool_stats      = mv643xx_get_ethtool_stats,
        .get_strings            = mv643xx_get_strings,
        .nway_reset             = mv643xx_eth_nway_restart,