aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cs89x0.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/cs89x0.h')
-rw-r--r--drivers/net/cs89x0.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/net/cs89x0.h b/drivers/net/cs89x0.h
index bd954aaa636..204ed37fa9d 100644
--- a/drivers/net/cs89x0.h
+++ b/drivers/net/cs89x0.h
@@ -14,7 +14,6 @@
14 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 14 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
15 */ 15 */
16 16
17#include <linux/config.h>
18 17
19#define PP_ChipID 0x0000 /* offset 0h -> Corp -ID */ 18#define PP_ChipID 0x0000 /* offset 0h -> Corp -ID */
20 /* offset 2h -> Model/Product Number */ 19 /* offset 2h -> Model/Product Number */
@@ -428,8 +427,8 @@
428#define DMA_SIZE (16*1024) /* Size of dma buffer - 16k */ 427#define DMA_SIZE (16*1024) /* Size of dma buffer - 16k */
429 428
430#define CS8900 0x0000 429#define CS8900 0x0000
431#define CS8920 0x4000 430#define CS8920 0x4000
432#define CS8920M 0x6000 431#define CS8920M 0x6000
433#define REVISON_BITS 0x1F00 432#define REVISON_BITS 0x1F00
434#define EEVER_NUMBER 0x12 433#define EEVER_NUMBER 0x12
435#define CHKSUM_LEN 0x14 434#define CHKSUM_LEN 0x14