diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-28 02:50:25 +1000 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-28 02:50:25 +1000 |
commit | d387899f3f7092edbafe16d69ea9737846473e99 (patch) | |
tree | b8e6e1fd681e841bf81d79cfe273d9434c010f76 /arch/ppc64/kernel/u3_iommu.c | |
parent | cc14d430837e8854bd160275ad71d887a8a98488 (diff) | |
download | blackbird-op-linux-d387899f3f7092edbafe16d69ea9737846473e99.tar.gz blackbird-op-linux-d387899f3f7092edbafe16d69ea9737846473e99.zip |
powerpc: Move iSeries_pci.c to powerpc/platform/iseries
and rename it to pci.c. This also required moving
arch/ppc64/kernel/pci.h into include/asm-powerpc (called
ppc-pci.h.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'arch/ppc64/kernel/u3_iommu.c')
-rw-r--r-- | arch/ppc64/kernel/u3_iommu.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/ppc64/kernel/u3_iommu.c b/arch/ppc64/kernel/u3_iommu.c index df9c775f4955..fba871a1bda5 100644 --- a/arch/ppc64/kernel/u3_iommu.c +++ b/arch/ppc64/kernel/u3_iommu.c @@ -45,8 +45,7 @@ #include <asm/cacheflush.h> #include <asm/lmb.h> #include <asm/dart.h> - -#include "pci.h" +#include <asm/ppc-pci.h> extern int iommu_force_on; |