Hi Paul, On Fri, Jun 9, 2017 at 10:01 PM, Paul Gortmaker <paul.gortmaker@xxxxxxxxxxxxx> wrote: > Seems to break one of the automated linux-next builds: > > http://kisskb.ellerman.id.au/kisskb/buildresult/13057702/ > > A mindless automated bisect reports: > > 2b30842b23b9e6796c7bd5f0916fd2ebf6b7d633 is the first bad commit > commit 2b30842b23b9e6796c7bd5f0916fd2ebf6b7d633 > Author: Andrew Lunn <andrew@xxxxxxx> > Date: Wed Jun 7 03:57:09 2017 +0200 > > net: fec: Clear and enable MIB counters on imx51 This should fix it: --- a/drivers/net/ethernet/freescale/fec_main.c +++ b/drivers/net/ethernet/freescale/fec_main.c @@ -2379,6 +2379,10 @@ static void fec_enet_clear_ethtool_stats(struct net_device *dev) 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). Will test it and submit a formal patch in case it works. Thanks -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html