summaryrefslogtreecommitdiffstats
path: root/cpu/ppc4xx
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2008-07-10 11:38:26 +0200
committerStefan Roese <sr@denx.de>2008-07-11 15:07:23 +0200
commitb578fb471444cbd7db1285701ba51343baaf73fb (patch)
treef80a28a4b46da90a407216f554e9a1cd090f0128 /cpu/ppc4xx
parent9b55a2536919f4de1bb1044e6eb8262c2f53bc96 (diff)
downloadblackbird-obmc-uboot-b578fb471444cbd7db1285701ba51343baaf73fb.tar.gz
blackbird-obmc-uboot-b578fb471444cbd7db1285701ba51343baaf73fb.zip
ppc4xx: Fix include sequence in 4xx_pcie.c
This patch now moves common.h to the top of the inlcude list. This is needed for boards with CONFIG_PHYS_64BIT set (e.g. katmai), so that the phys_size_t/phys_addr_t are defined to the correct size in this driver. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'cpu/ppc4xx')
-rw-r--r--cpu/ppc4xx/4xx_pcie.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpu/ppc4xx/4xx_pcie.c b/cpu/ppc4xx/4xx_pcie.c
index d50a538e38..9803fcc768 100644
--- a/cpu/ppc4xx/4xx_pcie.c
+++ b/cpu/ppc4xx/4xx_pcie.c
@@ -25,11 +25,11 @@
#define DEBUG
#endif
-#include <asm/processor.h>
-#include <asm-ppc/io.h>
-#include <ppc4xx.h>
#include <common.h>
#include <pci.h>
+#include <ppc4xx.h>
+#include <asm/processor.h>
+#include <asm-ppc/io.h>
#if (defined(CONFIG_440SPE) || defined(CONFIG_405EX) || \
defined(CONFIG_460EX) || defined(CONFIG_460GT)) && \
OpenPOWER on IntegriCloud