aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sundance.c
diff options
context:
space:
mode:
authorDenis Kirjanov <dkirjanov@kernel.org>2010-10-06 03:59:56 +0000
committerDavid S. Miller <davem@davemloft.net>2010-10-06 23:10:56 -0700
commit10e7e9c44d442275951d1cfc892c1c6606c85c94 (patch)
tree484c7d8a2845e2928e1c347441ed482fd816b0f2 /drivers/net/sundance.c
parentTCP: Fix setting of snd_ssthresh in tcp_mtu_probe_success (diff)
downloadlinux-dev-10e7e9c44d442275951d1cfc892c1c6606c85c94.tar.xz
linux-dev-10e7e9c44d442275951d1cfc892c1c6606c85c94.zip
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>
Diffstat (limited to '')
-rw-r--r--drivers/net/sundance.c7
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];
#include <linux/delay.h>
#include <linux/spinlock.h>
#include <linux/dma-mapping.h>
-#ifndef _COMPAT_WITH_OLD_KERNEL
#include <linux/crc32.h>
#include <linux/ethtool.h>
#include <linux/mii.h>
-#else
-#include "crc32.h"
-#include "ethtool.h"
-#include "mii.h"
-#include "compat.h"
-#endif
/* These identify the driver base version and may not be removed. */
static const char version[] __devinitconst =