[PATCH] ppc32: Fix building of TQM8260 board
authorKumar Gala <galak@freescale.com>
Wed, 27 Jul 2005 18:44:14 +0000 (11:44 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 27 Jul 2005 23:25:56 +0000 (16:25 -0700)
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>
arch/ppc/platforms/tqm8260_setup.c

index a8880bfc034b2ac05da5392e16e4c247258b734a..3409139330b1d9f4d8f8ec0e742e1b0e7180045d 100644 (file)
@@ -16,8 +16,8 @@
 
 #include <linux/init.h>
 
-#include <asm/immap_cpm2.h>
 #include <asm/mpc8260.h>
+#include <asm/cpm2.h>
 #include <asm/machdep.h>
 
 static int
This page took 0.026003 seconds and 5 git commands to generate.