diff options
author | Lucas Woods <woodzy@gmail.com> | 2007-11-05 23:22:27 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-11-07 00:23:11 -0500 |
commit | 9c969ffe1f1bb349e118a299f76f6bb0bbd6b05a (patch) | |
tree | c1df24a3ade5a01257ae309c66a04c3f4a4dc5e4 /arch/sparc64 | |
parent | dbeeb816e805091e7cfc03baf36dc40b4adb2bbd (diff) |
[SPARC]: Remove duplicate includes.
Signed-off-by: Lucas Woods <woodzy@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64')
-rw-r--r-- | arch/sparc64/kernel/ds.c | 1 | ||||
-rw-r--r-- | arch/sparc64/kernel/module.c | 1 | ||||
-rw-r--r-- | arch/sparc64/kernel/sys_sparc32.c | 1 | ||||
-rw-r--r-- | arch/sparc64/kernel/sys_sunos32.c | 1 | ||||
-rw-r--r-- | arch/sparc64/kernel/time.c | 2 |
5 files changed, 0 insertions, 6 deletions
diff --git a/arch/sparc64/kernel/ds.c b/arch/sparc64/kernel/ds.c index 9f472a79d37e..eeb5a2fc788d 100644 --- a/arch/sparc64/kernel/ds.c +++ b/arch/sparc64/kernel/ds.c | |||
@@ -6,7 +6,6 @@ | |||
6 | #include <linux/kernel.h> | 6 | #include <linux/kernel.h> |
7 | #include <linux/module.h> | 7 | #include <linux/module.h> |
8 | #include <linux/types.h> | 8 | #include <linux/types.h> |
9 | #include <linux/module.h> | ||
10 | #include <linux/string.h> | 9 | #include <linux/string.h> |
11 | #include <linux/slab.h> | 10 | #include <linux/slab.h> |
12 | #include <linux/sched.h> | 11 | #include <linux/sched.h> |
diff --git a/arch/sparc64/kernel/module.c b/arch/sparc64/kernel/module.c index 579871527699..158484bf5999 100644 --- a/arch/sparc64/kernel/module.c +++ b/arch/sparc64/kernel/module.c | |||
@@ -11,7 +11,6 @@ | |||
11 | #include <linux/fs.h> | 11 | #include <linux/fs.h> |
12 | #include <linux/string.h> | 12 | #include <linux/string.h> |
13 | #include <linux/slab.h> | 13 | #include <linux/slab.h> |
14 | #include <linux/vmalloc.h> | ||
15 | #include <linux/mm.h> | 14 | #include <linux/mm.h> |
16 | 15 | ||
17 | #include <asm/processor.h> | 16 | #include <asm/processor.h> |
diff --git a/arch/sparc64/kernel/sys_sparc32.c b/arch/sparc64/kernel/sys_sparc32.c index 78caff926737..98c468803ce3 100644 --- a/arch/sparc64/kernel/sys_sparc32.c +++ b/arch/sparc64/kernel/sys_sparc32.c | |||
@@ -51,7 +51,6 @@ | |||
51 | #include <linux/vfs.h> | 51 | #include <linux/vfs.h> |
52 | #include <linux/netfilter_ipv4/ip_tables.h> | 52 | #include <linux/netfilter_ipv4/ip_tables.h> |
53 | #include <linux/ptrace.h> | 53 | #include <linux/ptrace.h> |
54 | #include <linux/highuid.h> | ||
55 | 54 | ||
56 | #include <asm/types.h> | 55 | #include <asm/types.h> |
57 | #include <asm/uaccess.h> | 56 | #include <asm/uaccess.h> |
diff --git a/arch/sparc64/kernel/sys_sunos32.c b/arch/sparc64/kernel/sys_sunos32.c index 170d6ca8de6f..cfc22d3fe54c 100644 --- a/arch/sparc64/kernel/sys_sunos32.c +++ b/arch/sparc64/kernel/sys_sunos32.c | |||
@@ -57,7 +57,6 @@ | |||
57 | #include <linux/personality.h> | 57 | #include <linux/personality.h> |
58 | 58 | ||
59 | /* For SOCKET_I */ | 59 | /* For SOCKET_I */ |
60 | #include <linux/socket.h> | ||
61 | #include <net/sock.h> | 60 | #include <net/sock.h> |
62 | #include <net/compat.h> | 61 | #include <net/compat.h> |
63 | 62 | ||
diff --git a/arch/sparc64/kernel/time.c b/arch/sparc64/kernel/time.c index a2cf955294c1..4352ee4d8dac 100644 --- a/arch/sparc64/kernel/time.c +++ b/arch/sparc64/kernel/time.c | |||
@@ -28,7 +28,6 @@ | |||
28 | #include <linux/jiffies.h> | 28 | #include <linux/jiffies.h> |
29 | #include <linux/cpufreq.h> | 29 | #include <linux/cpufreq.h> |
30 | #include <linux/percpu.h> | 30 | #include <linux/percpu.h> |
31 | #include <linux/profile.h> | ||
32 | #include <linux/miscdevice.h> | 31 | #include <linux/miscdevice.h> |
33 | #include <linux/rtc.h> | 32 | #include <linux/rtc.h> |
34 | #include <linux/kernel_stat.h> | 33 | #include <linux/kernel_stat.h> |
@@ -47,7 +46,6 @@ | |||
47 | #include <asm/sections.h> | 46 | #include <asm/sections.h> |
48 | #include <asm/cpudata.h> | 47 | #include <asm/cpudata.h> |
49 | #include <asm/uaccess.h> | 48 | #include <asm/uaccess.h> |
50 | #include <asm/prom.h> | ||
51 | #include <asm/irq_regs.h> | 49 | #include <asm/irq_regs.h> |
52 | 50 | ||
53 | DEFINE_SPINLOCK(mostek_lock); | 51 | DEFINE_SPINLOCK(mostek_lock); |