浏览代码

Merge branch '83xx' into for_paulus

Kumar Gala 19 年之前
父节点
当前提交
48809a9308
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      arch/powerpc/platforms/83xx/mpc832x_mds.c
  2. 1 0
      arch/powerpc/platforms/83xx/mpc8360e_pb.c

+ 1 - 0
arch/powerpc/platforms/83xx/mpc832x_mds.c

@@ -25,6 +25,7 @@
 #include <linux/initrd.h>
 
 #include <asm/of_device.h>
+#include <asm/of_platform.h>
 #include <asm/system.h>
 #include <asm/atomic.h>
 #include <asm/time.h>

+ 1 - 0
arch/powerpc/platforms/83xx/mpc8360e_pb.c

@@ -31,6 +31,7 @@
 #include <linux/initrd.h>
 
 #include <asm/of_device.h>
+#include <asm/of_platform.h>
 #include <asm/system.h>
 #include <asm/atomic.h>
 #include <asm/time.h>