Skip to content

Commit

Permalink
sundance: Drop legacy _COMPAT_WITH_OLD_KERNEL includes
Browse files Browse the repository at this point in the history
Drop legacy includes since 2.4.x

Signed-off-by: Denis Kirjanov <dkirjanov@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Denis Kirjanov authored and David S. Miller committed Oct 7, 2010
1 parent 9c6d5e5 commit 10e7e9c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions drivers/net/sundance.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 10e7e9c

Please sign in to comment.