sundance: Drop legacy _COMPAT_WITH_OLD_KERNEL includes
authorDenis Kirjanov <dkirjanov@kernel.org>
Wed, 6 Oct 2010 03:59:56 +0000 (03:59 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Oct 2010 06:10:56 +0000 (23:10 -0700)
Drop legacy includes since 2.4.x

Signed-off-by: Denis Kirjanov <dkirjanov@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/sundance.c

index 8b5aeca..27d69aa 100644 (file)
@@ -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 =