Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Revert "net: fec: Add a fec_enet_clear_ethtool_stats() stub for CONFIG_M5272"

This reverts commit bf292f1b2c813f1d6ac49b04bd1a9863d8314266.

It belongs in 'net-next' not 'net'.

Signed-off-by: David S. Miller <davem@davemloft.net>

-4
-4
drivers/net/ethernet/freescale/fec_main.c
··· 2361 2361 static inline void fec_enet_update_ethtool_stats(struct net_device *dev) 2362 2362 { 2363 2363 } 2364 - 2365 - static inline void fec_enet_clear_ethtool_stats(struct net_device *dev) 2366 - { 2367 - } 2368 2364 #endif /* !defined(CONFIG_M5272) */ 2369 2365 2370 2366 /* ITR clock source is enet system clock (clk_ahb).