Re: [PATCH] gpio: make GPIO_OMAP bool instead of tristate

2015-10-16 Thread Linus Walleij
On Tue, Oct 6, 2015 at 2:01 PM, Sudip Mukherjee wrote: > While building arm allmodconfig the build fails with the error: > ERROR: "handle_bad_irq" [drivers/gpio/gpio-omap.ko] undefined! > > The build breaks as handle_bad_irq is not exported for module use. > > Fixes: 450fa54cfd66 ("gpio: omap: co

Re: [PATCH] gpio: make GPIO_OMAP bool instead of tristate

2015-10-07 Thread Grygorii Strashko
On 10/07/2015 02:27 AM, Sudip Mukherjee wrote: On Tue, Oct 06, 2015 at 03:45:07PM -0500, Grygorii Strashko wrote: On 10/06/2015 07:01 AM, Sudip Mukherjee wrote: While building arm allmodconfig the build fails with the error: ERROR: "handle_bad_irq" [drivers/gpio/gpio-omap.ko] undefined! The bu

Re: [PATCH] gpio: make GPIO_OMAP bool instead of tristate

2015-10-07 Thread Sudip Mukherjee
On Tue, Oct 06, 2015 at 03:45:07PM -0500, Grygorii Strashko wrote: > On 10/06/2015 07:01 AM, Sudip Mukherjee wrote: > > While building arm allmodconfig the build fails with the error: > > ERROR: "handle_bad_irq" [drivers/gpio/gpio-omap.ko] undefined! > > > > The build breaks as handle_bad_irq is n

Re: [PATCH] gpio: make GPIO_OMAP bool instead of tristate

2015-10-06 Thread Grygorii Strashko
On 10/06/2015 07:01 AM, Sudip Mukherjee wrote: > While building arm allmodconfig the build fails with the error: > ERROR: "handle_bad_irq" [drivers/gpio/gpio-omap.ko] undefined! > > The build breaks as handle_bad_irq is not exported for module use. Not sure if this is right thing to do. We really

[PATCH] gpio: make GPIO_OMAP bool instead of tristate

2015-10-06 Thread Sudip Mukherjee
While building arm allmodconfig the build fails with the error: ERROR: "handle_bad_irq" [drivers/gpio/gpio-omap.ko] undefined! The build breaks as handle_bad_irq is not exported for module use. Fixes: 450fa54cfd66 ("gpio: omap: convert to use generic irq handler") Cc: Tony Lindgren Cc: Austin Sc