diff options
author | Kumar Gala | 2009-04-02 13:22:48 -0500 |
---|---|---|
committer | Kumar Gala | 2009-04-04 10:21:29 -0500 |
commit | c8514622e2713d9c47919acfe23fce386782afe7 (patch) | |
tree | 5dad403053dc7d8cec8208247f7984015acc0a24 /board/freescale/mpc8536ds | |
parent | 453c0d7558215cbc8636d94af172886d84e0dbba (diff) |
fsl_pci: Renamed immap_fsl_pci.h to fsl_pci.h
Rename the pci header for FSL HW so we can move some prototypes
in there and stop doing explicit externs
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'board/freescale/mpc8536ds')
-rw-r--r-- | board/freescale/mpc8536ds/mpc8536ds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mpc8536ds/mpc8536ds.c b/board/freescale/mpc8536ds/mpc8536ds.c index 31c1e1503af..88c6480d415 100644 --- a/board/freescale/mpc8536ds/mpc8536ds.c +++ b/board/freescale/mpc8536ds/mpc8536ds.c @@ -27,7 +27,7 @@ #include <asm/mmu.h> #include <asm/cache.h> #include <asm/immap_85xx.h> -#include <asm/immap_fsl_pci.h> +#include <asm/fsl_pci.h> #include <asm/fsl_ddr_sdram.h> #include <asm/io.h> #include <spd.h> |