Re: [PATCH 11/21] irqdomain: export irq_domain_add_simple

2013-05-31 Thread Grant Likely
On Fri, 26 Apr 2013 09:50:12 +0900, Simon Horman wrote: > On Thu, Apr 25, 2013 at 07:28:54PM +0200, Arnd Bergmann wrote: > > All other irq_domain_add_* functions are exported already, and apparently > > this one got left out by mistake, which causes build errors for ARM > > allmodconfig kernels:

Re: [PATCH 11/21] irqdomain: export irq_domain_add_simple

2013-05-31 Thread Grant Likely
On Fri, 26 Apr 2013 09:50:12 +0900, Simon Horman ho...@verge.net.au wrote: On Thu, Apr 25, 2013 at 07:28:54PM +0200, Arnd Bergmann wrote: All other irq_domain_add_* functions are exported already, and apparently this one got left out by mistake, which causes build errors for ARM

Re: [PATCH 11/21] irqdomain: export irq_domain_add_simple

2013-04-25 Thread Simon Horman
On Thu, Apr 25, 2013 at 07:28:54PM +0200, Arnd Bergmann wrote: > All other irq_domain_add_* functions are exported already, and apparently > this one got left out by mistake, which causes build errors for ARM > allmodconfig kernels: > > ERROR: "irq_domain_add_simple" [drivers/gpio/gpio-rcar.ko]

[PATCH 11/21] irqdomain: export irq_domain_add_simple

2013-04-25 Thread Arnd Bergmann
All other irq_domain_add_* functions are exported already, and apparently this one got left out by mistake, which causes build errors for ARM allmodconfig kernels: ERROR: "irq_domain_add_simple" [drivers/gpio/gpio-rcar.ko] undefined! ERROR: "irq_domain_add_simple" [drivers/gpio/gpio-em.ko]

[PATCH 11/21] irqdomain: export irq_domain_add_simple

2013-04-25 Thread Arnd Bergmann
All other irq_domain_add_* functions are exported already, and apparently this one got left out by mistake, which causes build errors for ARM allmodconfig kernels: ERROR: irq_domain_add_simple [drivers/gpio/gpio-rcar.ko] undefined! ERROR: irq_domain_add_simple [drivers/gpio/gpio-em.ko] undefined!

Re: [PATCH 11/21] irqdomain: export irq_domain_add_simple

2013-04-25 Thread Simon Horman
On Thu, Apr 25, 2013 at 07:28:54PM +0200, Arnd Bergmann wrote: All other irq_domain_add_* functions are exported already, and apparently this one got left out by mistake, which causes build errors for ARM allmodconfig kernels: ERROR: irq_domain_add_simple [drivers/gpio/gpio-rcar.ko]