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 /drivers/net/typhoon.c | |
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 'drivers/net/typhoon.c')
-rw-r--r-- | drivers/net/typhoon.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 | ||