* [PATCH 1/3] powerpc: remove duplicated #include's
@ 2009-03-31 12:41 Huang Weiyi
  0 siblings, 0 replies; only message in thread
From: Huang Weiyi @ 2009-03-31 12:41 UTC (permalink / raw)
  To: benh, paulus; +Cc: linuxppc-dev, Huang Weiyi
Remove duplicated #include's in
  - arch/powerpc/include/asm/ps3fb.h 
  - arch/powerpc/kernel/setup-common.c
Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
---
 arch/powerpc/include/asm/ps3fb.h   |    1 -
 arch/powerpc/kernel/setup-common.c |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/include/asm/ps3fb.h b/arch/powerpc/include/asm/ps3fb.h
index 90dbefb..e7233a8 100644
--- a/arch/powerpc/include/asm/ps3fb.h
+++ b/arch/powerpc/include/asm/ps3fb.h
@@ -21,7 +21,6 @@
 
 #include <linux/types.h>
 #include <linux/ioctl.h>
-#include <linux/types.h>
 
 /* ioctl */
 #define PS3FB_IOCTL_SETMODE       _IOW('r',  1, int) /* set video mode */
diff --git a/arch/powerpc/kernel/setup-common.c b/arch/powerpc/kernel/setup-common.c
index 9774f9f..02fed27 100644
--- a/arch/powerpc/kernel/setup-common.c
+++ b/arch/powerpc/kernel/setup-common.c
@@ -36,7 +36,6 @@
 #include <linux/percpu.h>
 #include <linux/lmb.h>
 #include <linux/of_platform.h>
-#include <linux/platform_device.h>
 #include <asm/io.h>
 #include <asm/prom.h>
 #include <asm/processor.h>
-- 
1.6.0.4
^ permalink raw reply related	[flat|nested] only message in thread
only message in thread, other threads:[~2009-03-31 12:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-31 12:41 [PATCH 1/3] powerpc: remove duplicated #include's Huang Weiyi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).