[POWERPC] 83xx: Fix compiler warnings on 836x and 832x
authorLi Yang <leoli@freescale.com>
Tue, 30 Jan 2007 05:33:01 +0000 (13:33 +0800)
committerKumar Gala <galak@kernel.crashing.org>
Tue, 30 Jan 2007 06:36:57 +0000 (00:36 -0600)
Some prototypes are separated from of_device.h into of_platform.h.  Add
the new include to fix warning.

Signed-off-by: Li Yang <leoli@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/platforms/83xx/mpc832x_mds.c
arch/powerpc/platforms/83xx/mpc8360e_pb.c

index 36c75b0..3ecb55f 100644 (file)
@@ -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>
index 832aec4..ccce2f9 100644 (file)
@@ -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>