diff options
Diffstat (limited to 'drivers')
-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 |
4 files changed, 0 insertions, 4 deletions
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 | ||