]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
net: fec: Add a fec_enet_clear_ethtool_stats() stub for CONFIG_M5272
authorFabio Estevam <fabio.estevam@nxp.com>
Sat, 10 Jun 2017 01:37:22 +0000 (22:37 -0300)
committerDavid S. Miller <davem@davemloft.net>
Sat, 10 Jun 2017 20:16:21 +0000 (16:16 -0400)
Commit 2b30842b23b9 ("net: fec: Clear and enable MIB counters on imx51")
introduced fec_enet_clear_ethtool_stats(), but missed to add a stub
for the CONFIG_M5272=y case, causing build failure for the
m5272c3_defconfig.

Add the missing empty stub to fix the build failure.

Reported-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/fec_main.c

index f7c8649fd28f695a1ff0519a85491bf85ec11f0b..2205e5b32a10f443ecfca60f6edb413815d2c8b8 100644 (file)
@@ -2361,6 +2361,10 @@ static int fec_enet_get_sset_count(struct net_device *dev, int sset)
 static inline void fec_enet_update_ethtool_stats(struct net_device *dev)
 {
 }
+
+static inline void fec_enet_clear_ethtool_stats(struct net_device *dev)
+{
+}
 #endif /* !defined(CONFIG_M5272) */
 
 /* ITR clock source is enet system clock (clk_ahb).