diff options
author | Denis Kirjanov <dkirjanov@kernel.org> | 2010-10-05 23:59:56 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-10-07 02:10:56 -0400 |
commit | 10e7e9c44d442275951d1cfc892c1c6606c85c94 (patch) | |
tree | 484c7d8a2845e2928e1c347441ed482fd816b0f2 | |
parent | 9c6d5e5537e3997c47b65925a235392c1968fb51 (diff) |
sundance: Drop legacy _COMPAT_WITH_OLD_KERNEL includes
Drop legacy includes since 2.4.x
Signed-off-by: Denis Kirjanov <dkirjanov@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/sundance.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/sundance.c b/drivers/net/sundance.c index 8b5aeca24d5d..27d69aaba486 100644 --- a/drivers/net/sundance.c +++ b/drivers/net/sundance.c | |||
@@ -97,16 +97,9 @@ static char *media[MAX_UNITS]; | |||
97 | #include <linux/delay.h> | 97 | #include <linux/delay.h> |
98 | #include <linux/spinlock.h> | 98 | #include <linux/spinlock.h> |
99 | #include <linux/dma-mapping.h> | 99 | #include <linux/dma-mapping.h> |
100 | #ifndef _COMPAT_WITH_OLD_KERNEL | ||
101 | #include <linux/crc32.h> | 100 | #include <linux/crc32.h> |
102 | #include <linux/ethtool.h> | 101 | #include <linux/ethtool.h> |
103 | #include <linux/mii.h> | 102 | #include <linux/mii.h> |
104 | #else | ||
105 | #include "crc32.h" | ||
106 | #include "ethtool.h" | ||
107 | #include "mii.h" | ||
108 | #include "compat.h" | ||
109 | #endif | ||
110 | 103 | ||
111 | /* These identify the driver base version and may not be removed. */ | 104 | /* These identify the driver base version and may not be removed. */ |
112 | static const char version[] __devinitconst = | 105 | static const char version[] __devinitconst = |