Commit 8f02463a authored by Olaf Hering's avatar Olaf Hering Committed by Linus Torvalds

[PATCH] remove old version check from mac8390

This 'netdevice' define will end up in the 'tags' file.
Its not used, so just remove it.
parent 9c4d5e12
......@@ -42,10 +42,6 @@
#include "8390.h"
#if (LINUX_VERSION_CODE < 0x02030e)
#define net_device device
#endif
#define WD_START_PG 0x00 /* First page of TX buffer */
#define CABLETRON_RX_START_PG 0x00 /* First page of RX buffer */
#define CABLETRON_RX_STOP_PG 0x30 /* Last page +1 of RX ring */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment