diff options
author | Huang Weiyi <weiyi.huang@gmail.com> | 2009-03-30 22:41:18 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2009-04-07 01:18:58 -0400 |
commit | 85701e6ac1b75d983610c24cfdaafdaaf56cfbb2 (patch) | |
tree | 0902d8a147da8aae93e883431c39840949799d28 /arch/powerpc/kernel | |
parent | f08b7e9f551fa74219bf32df483fb95c58aad94b (diff) |
powerpc: Remove duplicated #include's
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>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel')
-rw-r--r-- | arch/powerpc/kernel/setup-common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/setup-common.c b/arch/powerpc/kernel/setup-common.c index 9774f9fed96e..02fed27af7f6 100644 --- a/arch/powerpc/kernel/setup-common.c +++ b/arch/powerpc/kernel/setup-common.c | |||
@@ -36,7 +36,6 @@ | |||
36 | #include <linux/percpu.h> | 36 | #include <linux/percpu.h> |
37 | #include <linux/lmb.h> | 37 | #include <linux/lmb.h> |
38 | #include <linux/of_platform.h> | 38 | #include <linux/of_platform.h> |
39 | #include <linux/platform_device.h> | ||
40 | #include <asm/io.h> | 39 | #include <asm/io.h> |
41 | #include <asm/prom.h> | 40 | #include <asm/prom.h> |
42 | #include <asm/processor.h> | 41 | #include <asm/processor.h> |