Re: [PATCH] gpio: Remove superfluous include of io-mapping.h

2016-08-24 Thread Chris Wilson
On Wed, Aug 24, 2016 at 01:55:28PM +0200, Linus Walleij wrote: > On Tue, Aug 23, 2016 at 10:32 PM, Chris Wilson > wrote: > > > The io-mapping.h include arose from the need to workaround an arch/um > > compile failure: > > > >drivers/gpio/gpio-mpc8xxx.c: In function

Re: [PATCH] gpio: Remove superfluous include of io-mapping.h

2016-08-24 Thread Chris Wilson
On Wed, Aug 24, 2016 at 01:55:28PM +0200, Linus Walleij wrote: > On Tue, Aug 23, 2016 at 10:32 PM, Chris Wilson > wrote: > > > The io-mapping.h include arose from the need to workaround an arch/um > > compile failure: > > > >drivers/gpio/gpio-mpc8xxx.c: In function 'mpc8xxx_probe': > >>>

Re: [PATCH] gpio: Remove superfluous include of io-mapping.h

2016-08-24 Thread Linus Walleij
On Tue, Aug 23, 2016 at 10:32 PM, Chris Wilson wrote: > The io-mapping.h include arose from the need to workaround an arch/um > compile failure: > >drivers/gpio/gpio-mpc8xxx.c: In function 'mpc8xxx_probe': >>> drivers/gpio/gpio-mpc8xxx.c:373:2: error: implicit

Re: [PATCH] gpio: Remove superfluous include of io-mapping.h

2016-08-24 Thread Linus Walleij
On Tue, Aug 23, 2016 at 10:32 PM, Chris Wilson wrote: > The io-mapping.h include arose from the need to workaround an arch/um > compile failure: > >drivers/gpio/gpio-mpc8xxx.c: In function 'mpc8xxx_probe': >>> drivers/gpio/gpio-mpc8xxx.c:373:2: error: implicit declaration of >>> function

[PATCH] gpio: Remove superfluous include of io-mapping.h

2016-08-23 Thread Chris Wilson
The io-mapping.h include arose from the need to workaround an arch/um compile failure: drivers/gpio/gpio-mpc8xxx.c: In function 'mpc8xxx_probe': >> drivers/gpio/gpio-mpc8xxx.c:373:2: error: implicit declaration of >> function 'iounmap' [-Werror=implicit-function-declaration]

[PATCH] gpio: Remove superfluous include of io-mapping.h

2016-08-23 Thread Chris Wilson
The io-mapping.h include arose from the need to workaround an arch/um compile failure: drivers/gpio/gpio-mpc8xxx.c: In function 'mpc8xxx_probe': >> drivers/gpio/gpio-mpc8xxx.c:373:2: error: implicit declaration of >> function 'iounmap' [-Werror=implicit-function-declaration]