diff options
Diffstat (limited to 'drivers')
-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 = |