diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-28 09:37:01 -0400 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-30 04:03:56 -0400 |
commit | b08567cb680686cdea9e362c0ccf0a08d77b9f0c (patch) | |
tree | 534e348cfa070dc9fe0344aae16d6a7512faccea /arch/powerpc/platforms/iseries/pci.c | |
parent | ab11d1ea281e85895369ef57c5259ad8a432fabb (diff) |
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 'arch/powerpc/platforms/iseries/pci.c')
-rw-r--r-- | arch/powerpc/platforms/iseries/pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/iseries/pci.c b/arch/powerpc/platforms/iseries/pci.c index 501b1dcbfac5..70185dec940b 100644 --- a/arch/powerpc/platforms/iseries/pci.c +++ b/arch/powerpc/platforms/iseries/pci.c | |||
@@ -37,12 +37,13 @@ | |||
37 | 37 | ||
38 | #include <asm/iSeries/HvCallPci.h> | 38 | #include <asm/iSeries/HvCallPci.h> |
39 | #include <asm/iSeries/HvCallXm.h> | 39 | #include <asm/iSeries/HvCallXm.h> |
40 | #include <asm/iSeries/iSeries_irq.h> | ||
41 | #include <asm/iSeries/iSeries_pci.h> | 40 | #include <asm/iSeries/iSeries_pci.h> |
42 | #include <asm/iSeries/mf.h> | 41 | #include <asm/iSeries/mf.h> |
43 | 42 | ||
44 | #include <asm/ppc-pci.h> | 43 | #include <asm/ppc-pci.h> |
45 | 44 | ||
45 | #include "irq.h" | ||
46 | |||
46 | extern unsigned long io_page_mask; | 47 | extern unsigned long io_page_mask; |
47 | 48 | ||
48 | /* | 49 | /* |