From: Fabio Estevam <feste...@gmail.com> Date: Sat, 10 Jun 2017 17:33:01 -0300
> On Sat, Jun 10, 2017 at 5:16 PM, David Miller <da...@davemloft.net> wrote: >> From: Fabio Estevam <feste...@gmail.com> >> Date: Fri, 9 Jun 2017 22:37:22 -0300 >> >>> From: Fabio Estevam <fabio.este...@nxp.com> >>> >>> 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.gortma...@windriver.com> >>> Signed-off-by: Fabio Estevam <fabio.este...@nxp.com> >> >> Applied, thanks. > > I should have marked net-next in the Subject. > > Commit 2b30842b23b9 ("net: fec: Clear and enable MIB counters on > imx51") is in net-next, so this one should go to net-next, not to net. > > Sorry about that. Ok, reverted from 'net' and applied to 'net-next' with an appropriate Fixes: tag added. Thanks.