Browse Source

Merge branch 'master' of /home/wd/git/u-boot/custodians

Wolfgang Denk 17 năm trước cách đây
mục cha
commit
dc42c7c080
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      cpu/ppc4xx/4xx_pcie.c

+ 3 - 3
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)) && \