[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20101006135956.GA5556@hera.kernel.org>
Date: Wed, 6 Oct 2010 13:59:56 +0000
From: Denis Kirjanov <dkirjanov@...nel.org>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org
Subject: [PATCH -next] sundance: Drop legacy _COMPAT_WITH_OLD_KERNEL
includes
Drop legacy includes since 2.4.x
Signed-off-by: Denis Kirjanov <dkirjanov@...nel.org>
---
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 8b5aeca..27d69aa 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 =
--
1.7.0
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists