Re: [PATCH] net: fec: Add a fec_enet_clear_ethtool_stats() stub for CONFIG_M5272

2017-06-10 Thread David Miller
From: Fabio Estevam Date: Sat, 10 Jun 2017 17:33:01 -0300 > On Sat, Jun 10, 2017 at 5:16 PM, David Miller wrote: >> From: Fabio Estevam >> Date: Fri, 9 Jun 2017 22:37:22 -0300 >> >>> From: Fabio Estevam >>>

Re: [PATCH] net: fec: Add a fec_enet_clear_ethtool_stats() stub for CONFIG_M5272

2017-06-10 Thread Fabio Estevam
On Sat, Jun 10, 2017 at 5:16 PM, David Miller wrote: > From: Fabio Estevam > Date: Fri, 9 Jun 2017 22:37:22 -0300 > >> From: Fabio Estevam >> >> Commit 2b30842b23b9 ("net: fec: Clear and enable MIB counters on imx51") >>

Re: [PATCH] net: fec: Add a fec_enet_clear_ethtool_stats() stub for CONFIG_M5272

2017-06-10 Thread David Miller
From: Fabio Estevam Date: Fri, 9 Jun 2017 22:37:22 -0300 > From: Fabio Estevam > > 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

[PATCH] net: fec: Add a fec_enet_clear_ethtool_stats() stub for CONFIG_M5272

2017-06-09 Thread Fabio Estevam
From: Fabio Estevam 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