]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/net/ethernet/ec_bhf.c
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[karo-tx-linux.git] / drivers / net / ethernet / ec_bhf.c
index 7bf78a0d322cc0efe9c4c793359ae5980b55e29d..278f139f2a22355dbb49674b28f6f54609c195cc 100644 (file)
@@ -457,7 +457,7 @@ static int ec_bhf_stop(struct net_device *net_dev)
        return 0;
 }
 
-static struct rtnl_link_stats64 *
+static void
 ec_bhf_get_stats(struct net_device *net_dev,
                 struct rtnl_link_stats64 *stats)
 {
@@ -472,8 +472,6 @@ ec_bhf_get_stats(struct net_device *net_dev,
 
        stats->tx_bytes = priv->stat_tx_bytes;
        stats->rx_bytes = priv->stat_rx_bytes;
-
-       return stats;
 }
 
 static const struct net_device_ops ec_bhf_netdev_ops = {