summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/fsl_msi.h
diff options
context:
space:
mode:
authorMichael Ellerman <michael@ellerman.id.au>2008-08-06 09:10:00 +1000
committerPaul Mackerras <paulus@samba.org>2008-08-20 16:34:57 +1000
commit611cd90c91494d1ff9bd4bc349fe38789828733e (patch)
treee37ba574b2f08f02e69e3de1d600f08b7e658288 /arch/powerpc/sysdev/fsl_msi.h
parentdcfcfe756762682d084f40b96c78507f0d27d379 (diff)
downloadlinux-0-day-611cd90c91494d1ff9bd4bc349fe38789828733e.tar.gz
linux-0-day-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.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 a653468521fa3..6574550c00a5a 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;