irq_domain: Make irq_domain structure match powerpc's irq_host
authorGrant Likely <grant.likely@secretlab.ca>
Tue, 14 Feb 2012 21:06:48 +0000 (14:06 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Tue, 14 Feb 2012 21:06:48 +0000 (14:06 -0700)
commit7bb69bade0d41715bdf1b24f5ef0b8f798769fe9
treeb024fa6c54e56bf1c9ea19c1ff76e86607a2a265
parente1964c50a83d1ce53731c88271d12ac92292a880
irq_domain: Make irq_domain structure match powerpc's irq_host

Part of the series to unify the irq remapping mechanisms in the
kernel.  A follow up patch will copy the powerpc implementation into
kernel/irq/irqdomain.c, which will be a lot easier if the structures
are identical.

Where they differ, I've chose to use the powerpc names since there is
a lot more code using those names.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Milton Miller <miltonm@bga.com>
Tested-by: Olof Johansson <olof@lixom.net>
arch/arm/common/gic.c
include/linux/irqdomain.h
kernel/irq/irqdomain.c