]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
[NET]: Kill direct includes of asm/checksum.h
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 15 Nov 2006 05:13:53 +0000 (21:13 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 3 Dec 2006 05:22:59 +0000 (21:22 -0800)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/frv/lib/checksum.c
arch/sh/kernel/sh_ksyms.c
drivers/net/ioc3-eth.c
drivers/net/meth.c
drivers/net/myri_sbus.c
drivers/net/typhoon.c
fs/reiserfs/xattr.c
net/802/hippi.c
net/bridge/br_netfilter.c
net/ethernet/eth.c
net/rxrpc/transport.c

index 20e7dfc474eff203d1bd36d242716db921b6a20c..2581a960d58fe916ae9c4cd149d2214dbf2569bf 100644 (file)
@@ -32,7 +32,6 @@
    of the assembly has to go. */
 
 #include <net/checksum.h>
-#include <asm/checksum.h>
 #include <linux/module.h>
 
 static inline unsigned short from32to16(unsigned long x)
index 9daad70bc3050bf45a86e83b25018295a164be11..8a2fd19dc9ebf7b429954cee3837bbf834266997 100644 (file)
@@ -18,7 +18,6 @@
 #include <asm/delay.h>
 #include <asm/tlbflush.h>
 #include <asm/cacheflush.h>
-#include <asm/checksum.h>
 
 extern int dump_fpu(struct pt_regs *, elf_fpregset_t *);
 extern struct hw_interrupt_type no_irq_type;
index f56b00ee385e339198e950e060558dcba9418788..f0d30cf67b5f6ba8b09746d72f41256ac09e93ba 100644 (file)
@@ -57,7 +57,6 @@
 #include <net/ip.h>
 
 #include <asm/byteorder.h>
-#include <asm/checksum.h>
 #include <asm/io.h>
 #include <asm/pgtable.h>
 #include <asm/uaccess.h>
index c1aa60b9a982122c324833572b06fee695674deb..e1d97cdf649eeb6a8d9ac4167dfb0bd4f7dda0da 100644 (file)
@@ -33,7 +33,6 @@
 #include <asm/ip32/ip32_ints.h>
 
 #include <asm/io.h>
-#include <asm/checksum.h>
 #include <asm/scatterlist.h>
 #include <linux/dma-mapping.h>
 
index 7747bfd99f916a8b084623ba48e00e40a275c8af..ee26ef52289f38259dbddf7ee39f8c8da981c61d 100644 (file)
@@ -39,7 +39,6 @@ static char version[] =
 #include <asm/auxio.h>
 #include <asm/pgtable.h>
 #include <asm/irq.h>
-#include <asm/checksum.h>
 
 #include "myri_sbus.h"
 #include "myri_code.h"
index 3bf9e630404f85283a08cca2e0e42cfcabf190f3..8ddea1da7c051c8c158a328b2acf58586138aa61 100644 (file)
@@ -127,7 +127,6 @@ static const int multicast_filter_limit = 32;
 #include <asm/io.h>
 #include <asm/uaccess.h>
 #include <linux/in6.h>
-#include <asm/checksum.h>
 #include <linux/version.h>
 #include <linux/dma-mapping.h>
 
index 7bdb0ed443e1155bdd7b40b8e26a417f2d96be1c..1e4d685901785284f45e3473f1da8d78b4929ee4 100644 (file)
@@ -41,7 +41,7 @@
 #include <linux/reiserfs_xattr.h>
 #include <linux/reiserfs_acl.h>
 #include <asm/uaccess.h>
-#include <asm/checksum.h>
+#include <net/checksum.h>
 #include <linux/smp_lock.h>
 #include <linux/stat.h>
 #include <asm/semaphore.h>
index 6d7fed3dd99ac0bd635ab7256ab0fc210fbafe76..579e2ddf5ebe85dfc701b1ded4a1731b97393662 100644 (file)
@@ -36,7 +36,6 @@
 #include <net/arp.h>
 #include <net/sock.h>
 #include <asm/uaccess.h>
-#include <asm/checksum.h>
 #include <asm/system.h>
 
 /*
index 2a5d31b1a1964f14e885cd1a6cee05ff84232df5..ac47ba2ba0284c9f22150305a54ac7b0ab9a6504 100644 (file)
@@ -40,7 +40,6 @@
 #include <net/route.h>
 
 #include <asm/uaccess.h>
-#include <asm/checksum.h>
 #include "br_private.h"
 #ifdef CONFIG_SYSCTL
 #include <linux/sysctl.h>
index 4bd78c8cfb26fe9f229813613a14b0548de3a4d1..2d31bf3f05c551e6cf3d6e4117cd2c98df81e661 100644 (file)
@@ -60,7 +60,6 @@
 #include <net/ip.h>
 #include <asm/uaccess.h>
 #include <asm/system.h>
-#include <asm/checksum.h>
 
 __setup("ether=", netdev_boot_setup);
 
index 94b2e2fe6fdb97ec548956f1d247d5da8ad4c70b..4268b38d92d25e4d66a972e1b498793b6004400b 100644 (file)
@@ -31,7 +31,6 @@
 #endif
 #include <linux/errqueue.h>
 #include <asm/uaccess.h>
-#include <asm/checksum.h>
 #include "internal.h"
 
 struct errormsg {