diff options
Diffstat (limited to 'drivers/net/sonic.h')
-rw-r--r-- | drivers/net/sonic.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/net/sonic.h b/drivers/net/sonic.h index cede969a8baa..7f886e8ae28f 100644 --- a/drivers/net/sonic.h +++ b/drivers/net/sonic.h | |||
@@ -7,7 +7,7 @@ | |||
7 | * NOTE: most of the structure definitions here are endian dependent. | 7 | * NOTE: most of the structure definitions here are endian dependent. |
8 | * If you want to use this driver on big endian machines, the data | 8 | * If you want to use this driver on big endian machines, the data |
9 | * and pad structure members must be exchanged. Also, the structures | 9 | * and pad structure members must be exchanged. Also, the structures |
10 | * need to be changed accordingly to the bus size. | 10 | * need to be changed accordingly to the bus size. |
11 | * | 11 | * |
12 | * 981229 MSch: did just that for the 68k Mac port (32 bit, big endian) | 12 | * 981229 MSch: did just that for the 68k Mac port (32 bit, big endian) |
13 | * | 13 | * |
@@ -22,7 +22,6 @@ | |||
22 | #ifndef SONIC_H | 22 | #ifndef SONIC_H |
23 | #define SONIC_H | 23 | #define SONIC_H |
24 | 24 | ||
25 | #include <linux/config.h> | ||
26 | 25 | ||
27 | /* | 26 | /* |
28 | * SONIC register offsets | 27 | * SONIC register offsets |
@@ -182,7 +181,7 @@ | |||
182 | 181 | ||
183 | #define SONIC_TCR_DEFAULT 0x0000 | 182 | #define SONIC_TCR_DEFAULT 0x0000 |
184 | 183 | ||
185 | /* | 184 | /* |
186 | * Constants for the SONIC_INTERRUPT_MASK and | 185 | * Constants for the SONIC_INTERRUPT_MASK and |
187 | * SONIC_INTERRUPT_STATUS registers. | 186 | * SONIC_INTERRUPT_STATUS registers. |
188 | */ | 187 | */ |