]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[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 36c75b0038918cb9d585da4355fd4ce039ffe36c..3ecb55f8a6e265c8c16607e3ba9221089d42b10b 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 832aec4a744318592b15114983885cdc6e5a323a..ccce2f9f283dad9b4db7542f54d93605774d2523 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>