]> git.openfabrics.org - ~shefty/rdma-dev.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)
commitecd84eb20a08841197d6bbda5961dcf5f4e424fc
treec8717474bf4c8bfca560d88ebd0f89be4d642e93
parent58ee99ada293b5ed971a023304fcfbc1a0ccdb1c
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