summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/86xx
diff options
context:
space:
mode:
authorZang Roy-r619112007-03-09 06:27:28 +0100
committerKumar Gala2007-03-27 00:03:49 +0200
commit9eb90a0c3b333e27db74412833a36da3f27da6a3 (patch)
tree6837866f31059d9143405b3c908d29bc661ef9a6 /arch/powerpc/platforms/86xx
parent[POWERPC] 86xx/85xx: Move 8641 PCI-Express to arch/powerpc/sysdev/fsl_pcie.c. (diff)
downloadkernel-qcow2-linux-9eb90a0c3b333e27db74412833a36da3f27da6a3.tar.gz
kernel-qcow2-linux-9eb90a0c3b333e27db74412833a36da3f27da6a3.tar.xz
kernel-qcow2-linux-9eb90a0c3b333e27db74412833a36da3f27da6a3.zip
[POWERPC] 86xx/85xx: Unify Freescale PCI Express memory map registers structure
Unify PCI Express memory map registers structure define to arch/pwoerpc/sysdev/fsl_pcie.h for Freescale 85xx/86xx processor family. Signed-off-by: Roy Zang <tie-fei.zang@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/86xx')
-rw-r--r--arch/powerpc/platforms/86xx/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/86xx/pci.c b/arch/powerpc/platforms/86xx/pci.c
index 481e18ed5be9..ba86c48f446b 100644
--- a/arch/powerpc/platforms/86xx/pci.c
+++ b/arch/powerpc/platforms/86xx/pci.c
@@ -22,9 +22,9 @@
#include <asm/atomic.h>
#include <asm/io.h>
#include <asm/prom.h>
-#include <asm/immap_86xx.h>
#include <asm/pci-bridge.h>
#include <sysdev/fsl_soc.h>
+#include <sysdev/fsl_pcie.h>
#include "mpc86xx.h"