]> Git Repo - linux.git/commit - kernel/irq/irqdomain.c
irqdomain: export irq_domain_add_simple
authorArnd Bergmann <[email protected]>
Thu, 25 Apr 2013 17:28:54 +0000 (19:28 +0200)
committerGrant Likely <[email protected]>
Sat, 8 Jun 2013 20:15:08 +0000 (21:15 +0100)
commit346dbb79ea0118ebb0df372b35cab9d5805216cd
tree94ebb8e00d6f9c1a012a7576483f085cdc668524
parentd683b96b072dc4680fc74964eca77e6a23d1fa6e
irqdomain: export irq_domain_add_simple

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!

Signed-off-by: Arnd Bergmann <[email protected]>
Acked-by: Simon Horman <[email protected]>
Signed-off-by: Grant Likely <[email protected]>
kernel/irq/irqdomain.c
This page took 0.051048 seconds and 4 git commands to generate.