summaryrefslogtreecommitdiffstats
path: root/board/xes/common
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2009-04-02 13:22:48 -0500
committerKumar Gala <galak@kernel.crashing.org>2009-04-04 10:21:29 -0500
commitc8514622e2713d9c47919acfe23fce386782afe7 (patch)
tree5dad403053dc7d8cec8208247f7984015acc0a24 /board/xes/common
parent453c0d7558215cbc8636d94af172886d84e0dbba (diff)
downloadblackbird-obmc-uboot-c8514622e2713d9c47919acfe23fce386782afe7.tar.gz
blackbird-obmc-uboot-c8514622e2713d9c47919acfe23fce386782afe7.zip
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/common')
-rw-r--r--board/xes/common/fsl_85xx_pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/xes/common/fsl_85xx_pci.c b/board/xes/common/fsl_85xx_pci.c
index 9673a02b5b..683297cb29 100644
--- a/board/xes/common/fsl_85xx_pci.c
+++ b/board/xes/common/fsl_85xx_pci.c
@@ -24,7 +24,7 @@
#include <common.h>
#include <pci.h>
#include <asm/immap_85xx.h>
-#include <asm/immap_fsl_pci.h>
+#include <asm/fsl_pci.h>
#include <libfdt.h>
#include <fdt_support.h>
OpenPOWER on IntegriCloud