]> git.baikalelectronics.ru Git - kernel.git/commit
irqdomain: Export remaining public API symbols.
authorPaul Mundt <lethal@linux-sh.org>
Sat, 19 May 2012 06:11:42 +0000 (15:11 +0900)
committerGrant Likely <grant.likely@secretlab.ca>
Sat, 19 May 2012 18:34:38 +0000 (12:34 -0600)
commit7675f69de34dcc85b851bfacad41ce2a6fe0dddc
treec8717474bf4c8bfca560d88ebd0f89be4d642e93
parente1fc85e419130ed4ca5bd65c1e7bda9caf72b5ad
irqdomain: Export remaining public API symbols.

modules making use of irq domains at the very least need access to the
add/remove/lookup routines, though there's nothing preventing them from
using the remainder of the public API, either.

The current set of exports seem primarily geared at DT-enabled platforms
using DT-backed IRQ domains, where many of the API accesses are hidden
away in OF code. The non-DT cases need to do most of this on their own.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
kernel/irq/irqdomain.c