diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-04-02 18:22:48 (GMT) |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2009-04-04 15:21:29 (GMT) |
commit | c8514622e2713d9c47919acfe23fce386782afe7 (patch) | |
tree | 5dad403053dc7d8cec8208247f7984015acc0a24 /board/xes/xpedite5370 | |
parent | 453c0d7558215cbc8636d94af172886d84e0dbba (diff) | |
download | u-boot-c8514622e2713d9c47919acfe23fce386782afe7.tar.xz |
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/xes/xpedite5370')
-rw-r--r-- | board/xes/xpedite5370/xpedite5370.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/xes/xpedite5370/xpedite5370.c b/board/xes/xpedite5370/xpedite5370.c index 4875095..22cf294 100644 --- a/board/xes/xpedite5370/xpedite5370.c +++ b/board/xes/xpedite5370/xpedite5370.c @@ -25,7 +25,7 @@ #include <asm/processor.h> #include <asm/mmu.h> #include <asm/immap_85xx.h> -#include <asm/immap_fsl_pci.h> +#include <asm/fsl_pci.h> #include <asm/io.h> #include <asm/cache.h> #include <libfdt.h> |