
From: Kumar Gala <galak@freescale.com>

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>
---

 arch/ppc/platforms/tqm8260_setup.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/ppc/platforms/tqm8260_setup.c~ppc32-fix-building-of-tqm8260-board arch/ppc/platforms/tqm8260_setup.c
--- devel/arch/ppc/platforms/tqm8260_setup.c~ppc32-fix-building-of-tqm8260-board	2005-07-26 16:48:23.000000000 -0700
+++ devel-akpm/arch/ppc/platforms/tqm8260_setup.c	2005-07-26 16:48:23.000000000 -0700
@@ -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
_
