diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-11-15 00:13:53 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-12-03 00:22:59 -0500 |
commit | 3277c39f8d706afb6fefc02f49563a73bbd405b9 (patch) | |
tree | b00b0a604337c04951cadd6ae518cefca8a89462 /net | |
parent | 75e7ce66ef044fa877a420f1b4febe416bbc09ad (diff) |
[NET]: Kill direct includes of asm/checksum.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-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 |
4 files changed, 0 insertions, 4 deletions
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 { |