irqdomain: Clean up aftermath of irq_domain refactoring
authorGrant Likely <grant.likely@linaro.org>
Sat, 8 Jun 2013 11:57:40 +0000 (12:57 +0100)
committerGrant Likely <grant.likely@linaro.org>
Mon, 10 Jun 2013 10:52:09 +0000 (11:52 +0100)
After refactoring the irqdomain code, there are a number of API
functions that are merely empty wrappers around core code. Drop those
wrappers out of the C file and replace them with static inlines in the
header.

Signed-off-by: Grant Likely <grant.likely@linaro.org>

No differences found