aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/fsl_msi.h
diff options
context:
space:
mode:
authorMichael Ellerman <michael@ellerman.id.au>2008-08-05 19:10:00 -0400
committerPaul Mackerras <paulus@samba.org>2008-08-20 02:34:57 -0400
commit611cd90c91494d1ff9bd4bc349fe38789828733e (patch)
treee37ba574b2f08f02e69e3de1d600f08b7e658288 /arch/powerpc/sysdev/fsl_msi.h
parentdcfcfe756762682d084f40b96c78507f0d27d379 (diff)
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.h3
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 @@
22#define FSL_PIC_IP_IPIC 0x00000002 22#define FSL_PIC_IP_IPIC 0x00000002
23 23
24struct fsl_msi { 24struct fsl_msi {
25 /* Device node of the MSI interrupt*/
26 struct device_node *of_node;
27
28 struct irq_host *irqhost; 25 struct irq_host *irqhost;
29 26
30 unsigned long cascade_irq; 27 unsigned long cascade_irq;