diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2008-08-06 03:10:00 +0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-08-20 10:34:57 +0400 |
commit | 611cd90c91494d1ff9bd4bc349fe38789828733e (patch) | |
tree | e37ba574b2f08f02e69e3de1d600f08b7e658288 /arch/powerpc/sysdev/fsl_msi.h | |
parent | dcfcfe756762682d084f40b96c78507f0d27d379 (diff) | |
download | linux-611cd90c91494d1ff9bd4bc349fe38789828733e.tar.xz |
powerpc: fsl_msi doesn't need it's own of_node
The FSL MSI code keeps a pointer to the of_node from the device
it represents. However it also has an irq_host, which contains
a pointer to the of_node, so use that one instead.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/sysdev/fsl_msi.h')
-rw-r--r-- | arch/powerpc/sysdev/fsl_msi.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/sysdev/fsl_msi.h b/arch/powerpc/sysdev/fsl_msi.h index a653468521fa..6574550c00a5 100644 --- a/arch/powerpc/sysdev/fsl_msi.h +++ b/arch/powerpc/sysdev/fsl_msi.h @@ -22,9 +22,6 @@ #define FSL_PIC_IP_IPIC 0x00000002 struct fsl_msi { - /* Device node of the MSI interrupt*/ - struct device_node *of_node; - struct irq_host *irqhost; unsigned long cascade_irq; |