Re: [PATCH net-next v3 2/3] net: fsl: Allow most drivers to be built with COMPILE_TEST

2016-11-17 Thread David Miller
From: Arnd Bergmann Date: Thu, 17 Nov 2016 11:47:02 +0100 > On Thursday, November 17, 2016 9:38:23 AM CET Fengguang Wu wrote: >> include/asm-generic/io.h conditionally defines iounmap() to be an >> empty inline function, which may explain the warning on sh4. >> >> General

Re: [PATCH net-next v3 2/3] net: fsl: Allow most drivers to be built with COMPILE_TEST

2016-11-17 Thread Arnd Bergmann
On Thursday, November 17, 2016 9:38:23 AM CET Fengguang Wu wrote: > > > >Right here. > > > >What compiler version is this? > > Compiler is sh4-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705. > > include/asm-generic/io.h conditionally defines iounmap() to be an > empty inline function, which may

Re: [PATCH net-next v3 2/3] net: fsl: Allow most drivers to be built with COMPILE_TEST

2016-11-16 Thread Fengguang Wu
On Wed, Nov 16, 2016 at 11:52:45AM -0800, Florian Fainelli wrote: On 11/15/2016 07:23 PM, kbuild test robot wrote: Hi Florian, [auto build test WARNING on net-next/master] url:

Re: [PATCH net-next v3 2/3] net: fsl: Allow most drivers to be built with COMPILE_TEST

2016-11-16 Thread Florian Fainelli
On 11/15/2016 07:23 PM, kbuild test robot wrote: > Hi Florian, > > [auto build test WARNING on net-next/master] > > url: > https://github.com/0day-ci/linux/commits/Florian-Fainelli/net-gianfar_ptp-Rename-FS-bit-to-FIPERST/20161116-095805 > config: sh-allmodconfig (attached as .config) >

Re: [PATCH net-next v3 2/3] net: fsl: Allow most drivers to be built with COMPILE_TEST

2016-11-15 Thread kbuild test robot
Hi Florian, [auto build test WARNING on net-next/master] url: https://github.com/0day-ci/linux/commits/Florian-Fainelli/net-gianfar_ptp-Rename-FS-bit-to-FIPERST/20161116-095805 config: sh-allmodconfig (attached as .config) compiler: sh4-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705

[PATCH net-next v3 2/3] net: fsl: Allow most drivers to be built with COMPILE_TEST

2016-11-15 Thread Florian Fainelli
There are only a handful of Freescale Ethernet drivers that don't actually build with COMPILE_TEST: * FEC, for which we would need to define a default register layout if no supported architecture is defined * UCC_GETH which depends on PowerPC cpm.h header (which could be moved to a generic