diff options
author | Zang Roy-r61911 <tie-fei.zang@freescale.com> | 2007-03-09 08:27:28 +0300 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-03-27 02:03:49 +0400 |
commit | 9eb90a0c3b333e27db74412833a36da3f27da6a3 (patch) | |
tree | 6837866f31059d9143405b3c908d29bc661ef9a6 /arch/powerpc/platforms | |
parent | 3e4e97f42e134e1fe46bdf36bd5d874f5b4f8755 (diff) | |
download | linux-9eb90a0c3b333e27db74412833a36da3f27da6a3.tar.xz |
[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')
-rw-r--r-- | arch/powerpc/platforms/86xx/pci.c | 2 |
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" |