summaryrefslogtreecommitdiff
path: root/include/asm-ppc64/iSeries/iSeries_irq.h
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2005-09-28 17:37:01 +0400
committerStephen Rothwell <sfr@canb.auug.org.au>2005-09-30 12:03:56 +0400
commitb08567cb680686cdea9e362c0ccf0a08d77b9f0c (patch)
tree534e348cfa070dc9fe0344aae16d6a7512faccea /include/asm-ppc64/iSeries/iSeries_irq.h
parentab11d1ea281e85895369ef57c5259ad8a432fabb (diff)
downloadlinux-b08567cb680686cdea9e362c0ccf0a08d77b9f0c.tar.xz
ppc64 iseries: move some iSeries include files
These files are only referenced from within arch/powerpc/platforms/iseries, so move them there. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'include/asm-ppc64/iSeries/iSeries_irq.h')
-rw-r--r--include/asm-ppc64/iSeries/iSeries_irq.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-ppc64/iSeries/iSeries_irq.h b/include/asm-ppc64/iSeries/iSeries_irq.h
deleted file mode 100644
index 6c9767ac1302..000000000000
--- a/include/asm-ppc64/iSeries/iSeries_irq.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef __ISERIES_IRQ_H__
-#define __ISERIES_IRQ_H__
-
-extern void iSeries_init_IRQ(void);
-extern int iSeries_allocate_IRQ(HvBusNumber, HvSubBusNumber, HvAgentId);
-extern void iSeries_activate_IRQs(void);
-
-#endif /* __ISERIES_IRQ_H__ */