浏览代码

[PATCH] ppc32: Fix building of TQM8260 board

Added missing include of cpm2.h in correct order to allow TQM8260 to build

Signed-off-by: Kumar Gala <kumar.gala@freescale.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Kumar Gala 20 年之前
父节点
当前提交
c64d7b4cea
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/ppc/platforms/tqm8260_setup.c

+ 1 - 1
arch/ppc/platforms/tqm8260_setup.c

@@ -16,8 +16,8 @@
 
 
 #include <linux/init.h>
 #include <linux/init.h>
 
 
-#include <asm/immap_cpm2.h>
 #include <asm/mpc8260.h>
 #include <asm/mpc8260.h>
+#include <asm/cpm2.h>
 #include <asm/machdep.h>
 #include <asm/machdep.h>
 
 
 static int
 static int