irq: Kill pointless irqd_to_hw export
authorGrant Likely <grant.likely@secretlab.ca>
Tue, 3 Apr 2012 13:11:04 +0000 (07:11 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Wed, 11 Apr 2012 04:39:17 +0000 (22:39 -0600)
It makes no sense to export this trivial function.  Make it a static inline
instead.

This patch also drops virq_to_hw from arch/c6x since it is unused by that
architecture.

v2: Move irq_hw_number_t into types.h to fix ARM build failure

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>

No differences found