diff options
-rw-r--r-- | arch/frv/lib/checksum.c | 1 | ||||
-rw-r--r-- | arch/sh/kernel/sh_ksyms.c | 1 | ||||
-rw-r--r-- | drivers/net/ioc3-eth.c | 1 | ||||
-rw-r--r-- | drivers/net/meth.c | 1 | ||||
-rw-r--r-- | drivers/net/myri_sbus.c | 1 | ||||
-rw-r--r-- | drivers/net/typhoon.c | 1 | ||||
-rw-r--r-- | fs/reiserfs/xattr.c | 2 | ||||
-rw-r--r-- | net/802/hippi.c | 1 | ||||
-rw-r--r-- | net/bridge/br_netfilter.c | 1 | ||||
-rw-r--r-- | net/ethernet/eth.c | 1 | ||||
-rw-r--r-- | net/rxrpc/transport.c | 1 |
11 files changed, 1 insertions, 11 deletions
diff --git a/arch/frv/lib/checksum.c b/arch/frv/lib/checksum.c index 20e7dfc474ef..2581a960d58f 100644 --- a/arch/frv/lib/checksum.c +++ b/arch/frv/lib/checksum.c | |||
@@ -32,7 +32,6 @@ | |||
32 | of the assembly has to go. */ | 32 | of the assembly has to go. */ |
33 | 33 | ||
34 | #include <net/checksum.h> | 34 | #include <net/checksum.h> |
35 | #include <asm/checksum.h> | ||
36 | #include <linux/module.h> | 35 | #include <linux/module.h> |
37 | 36 | ||
38 | static inline unsigned short from32to16(unsigned long x) | 37 | static inline unsigned short from32to16(unsigned long x) |
diff --git a/arch/sh/kernel/sh_ksyms.c b/arch/sh/kernel/sh_ksyms.c index 9daad70bc305..8a2fd19dc9eb 100644 --- a/arch/sh/kernel/sh_ksyms.c +++ b/arch/sh/kernel/sh_ksyms.c | |||
@@ -18,7 +18,6 @@ | |||
18 | #include <asm/delay.h> | 18 | #include <asm/delay.h> |
19 | #include <asm/tlbflush.h> | 19 | #include <asm/tlbflush.h> |
20 | #include <asm/cacheflush.h> | 20 | #include <asm/cacheflush.h> |
21 | #include <asm/checksum.h> | ||
22 | 21 | ||
23 | extern int dump_fpu(struct pt_regs *, elf_fpregset_t *); | 22 | extern int dump_fpu(struct pt_regs *, elf_fpregset_t *); |
24 | extern struct hw_interrupt_type no_irq_type; | 23 | extern struct hw_interrupt_type no_irq_type; |
diff --git a/drivers/net/ioc3-eth.c b/drivers/net/ioc3-eth.c index f56b00ee385e..f0d30cf67b5f 100644 --- a/drivers/net/ioc3-eth.c +++ b/drivers/net/ioc3-eth.c | |||
@@ -57,7 +57,6 @@ | |||
57 | #include <net/ip.h> | 57 | #include <net/ip.h> |
58 | 58 | ||
59 | #include <asm/byteorder.h> | 59 | #include <asm/byteorder.h> |
60 | #include <asm/checksum.h> | ||
61 | #include <asm/io.h> | 60 | #include <asm/io.h> |
62 | #include <asm/pgtable.h> | 61 | #include <asm/pgtable.h> |
63 | #include <asm/uaccess.h> | 62 | #include <asm/uaccess.h> |
diff --git a/drivers/net/meth.c b/drivers/net/meth.c index c1aa60b9a982..e1d97cdf649e 100644 --- a/drivers/net/meth.c +++ b/drivers/net/meth.c | |||
@@ -33,7 +33,6 @@ | |||
33 | #include <asm/ip32/ip32_ints.h> | 33 | #include <asm/ip32/ip32_ints.h> |
34 | 34 | ||
35 | #include <asm/io.h> | 35 | #include <asm/io.h> |
36 | #include <asm/checksum.h> | ||
37 | #include <asm/scatterlist.h> | 36 | #include <asm/scatterlist.h> |
38 | #include <linux/dma-mapping.h> | 37 | #include <linux/dma-mapping.h> |
39 | 38 | ||
diff --git a/drivers/net/myri_sbus.c b/drivers/net/myri_sbus.c index 7747bfd99f91..ee26ef52289f 100644 --- a/drivers/net/myri_sbus.c +++ b/drivers/net/myri_sbus.c | |||
@@ -39,7 +39,6 @@ static char version[] = | |||
39 | #include <asm/auxio.h> | 39 | #include <asm/auxio.h> |
40 | #include <asm/pgtable.h> | 40 | #include <asm/pgtable.h> |
41 | #include <asm/irq.h> | 41 | #include <asm/irq.h> |
42 | #include <asm/checksum.h> | ||
43 | 42 | ||
44 | #include "myri_sbus.h" | 43 | #include "myri_sbus.h" |
45 | #include "myri_code.h" | 44 | #include "myri_code.h" |
diff --git a/drivers/net/typhoon.c b/drivers/net/typhoon.c index 3bf9e630404f..8ddea1da7c05 100644 --- a/drivers/net/typhoon.c +++ b/drivers/net/typhoon.c | |||
@@ -127,7 +127,6 @@ static const int multicast_filter_limit = 32; | |||
127 | #include <asm/io.h> | 127 | #include <asm/io.h> |
128 | #include <asm/uaccess.h> | 128 | #include <asm/uaccess.h> |
129 | #include <linux/in6.h> | 129 | #include <linux/in6.h> |
130 | #include <asm/checksum.h> | ||
131 | #include <linux/version.h> | 130 | #include <linux/version.h> |
132 | #include <linux/dma-mapping.h> | 131 | #include <linux/dma-mapping.h> |
133 | 132 | ||
diff --git a/fs/reiserfs/xattr.c b/fs/reiserfs/xattr.c index 7bdb0ed443e1..1e4d68590178 100644 --- a/fs/reiserfs/xattr.c +++ b/fs/reiserfs/xattr.c | |||
@@ -41,7 +41,7 @@ | |||
41 | #include <linux/reiserfs_xattr.h> | 41 | #include <linux/reiserfs_xattr.h> |
42 | #include <linux/reiserfs_acl.h> | 42 | #include <linux/reiserfs_acl.h> |
43 | #include <asm/uaccess.h> | 43 | #include <asm/uaccess.h> |
44 | #include <asm/checksum.h> | 44 | #include <net/checksum.h> |
45 | #include <linux/smp_lock.h> | 45 | #include <linux/smp_lock.h> |
46 | #include <linux/stat.h> | 46 | #include <linux/stat.h> |
47 | #include <asm/semaphore.h> | 47 | #include <asm/semaphore.h> |
diff --git a/net/802/hippi.c b/net/802/hippi.c index 6d7fed3dd99a..579e2ddf5ebe 100644 --- a/net/802/hippi.c +++ b/net/802/hippi.c | |||
@@ -36,7 +36,6 @@ | |||
36 | #include <net/arp.h> | 36 | #include <net/arp.h> |
37 | #include <net/sock.h> | 37 | #include <net/sock.h> |
38 | #include <asm/uaccess.h> | 38 | #include <asm/uaccess.h> |
39 | #include <asm/checksum.h> | ||
40 | #include <asm/system.h> | 39 | #include <asm/system.h> |
41 | 40 | ||
42 | /* | 41 | /* |
diff --git a/net/bridge/br_netfilter.c b/net/bridge/br_netfilter.c index 2a5d31b1a196..ac47ba2ba028 100644 --- a/net/bridge/br_netfilter.c +++ b/net/bridge/br_netfilter.c | |||
@@ -40,7 +40,6 @@ | |||
40 | #include <net/route.h> | 40 | #include <net/route.h> |
41 | 41 | ||
42 | #include <asm/uaccess.h> | 42 | #include <asm/uaccess.h> |
43 | #include <asm/checksum.h> | ||
44 | #include "br_private.h" | 43 | #include "br_private.h" |
45 | #ifdef CONFIG_SYSCTL | 44 | #ifdef CONFIG_SYSCTL |
46 | #include <linux/sysctl.h> | 45 | #include <linux/sysctl.h> |
diff --git a/net/ethernet/eth.c b/net/ethernet/eth.c index 4bd78c8cfb26..2d31bf3f05c5 100644 --- a/net/ethernet/eth.c +++ b/net/ethernet/eth.c | |||
@@ -60,7 +60,6 @@ | |||
60 | #include <net/ip.h> | 60 | #include <net/ip.h> |
61 | #include <asm/uaccess.h> | 61 | #include <asm/uaccess.h> |
62 | #include <asm/system.h> | 62 | #include <asm/system.h> |
63 | #include <asm/checksum.h> | ||
64 | 63 | ||
65 | __setup("ether=", netdev_boot_setup); | 64 | __setup("ether=", netdev_boot_setup); |
66 | 65 | ||
diff --git a/net/rxrpc/transport.c b/net/rxrpc/transport.c index 94b2e2fe6fdb..4268b38d92d2 100644 --- a/net/rxrpc/transport.c +++ b/net/rxrpc/transport.c | |||
@@ -31,7 +31,6 @@ | |||
31 | #endif | 31 | #endif |
32 | #include <linux/errqueue.h> | 32 | #include <linux/errqueue.h> |
33 | #include <asm/uaccess.h> | 33 | #include <asm/uaccess.h> |
34 | #include <asm/checksum.h> | ||
35 | #include "internal.h" | 34 | #include "internal.h" |
36 | 35 | ||
37 | struct errormsg { | 36 | struct errormsg { |