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)
commitfa40f377577752b83252b9d2b3165d4acee0eb7c
tree81314980dfd943e07cadd7415a6c092cf91e4b19
parent1aa0dd94ca07df818cf14588c9031ab1d7fd84d3
irqdomain: Clean up aftermath of irq_domain refactoring

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>
arch/powerpc/platforms/cell/beat_interrupt.c
arch/powerpc/platforms/powermac/smp.c
include/linux/irqdomain.h
kernel/irq/irqdomain.c