[POWERPC] Create common fsl pci/e files based on 86xx platforms
authorRoy Zang <tie-fei.zang@freescale.com>
Tue, 10 Jul 2007 10:44:34 +0000 (18:44 +0800)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 23 Jul 2007 15:27:07 +0000 (10:27 -0500)
commit55c44991e2910519bab274c857d95a08100ff5f7
tree6da0c59c1c45181d8321c7498f63ccb6ef32b1c6
parentf695baf2df9e0413d3521661070103711545207a
[POWERPC] Create common fsl pci/e files based on 86xx platforms

Move
arch/powerpc/platforms/86xx/pci.c -> arch/powerpc/sysdev/fsl_pci.c
arch/powerpc/sysdev/fsl_pcie.h -> arch/powerpc/sysdev/fsl_pci.h
as the base to unify 83xx/85xx/86xx pci and pcie.

Add CONFIG_FSL_PCI to build fsl_pci.c for Freescale pci and pcie option.
The code still works for 86xx platforms.

Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/Kconfig
arch/powerpc/platforms/86xx/Kconfig
arch/powerpc/platforms/86xx/Makefile
arch/powerpc/sysdev/Makefile
arch/powerpc/sysdev/fsl_pci.c [moved from arch/powerpc/platforms/86xx/pci.c with 99% similarity]
arch/powerpc/sysdev/fsl_pci.h [moved from arch/powerpc/sysdev/fsl_pcie.h with 100% similarity]