diff options
Diffstat (limited to 'drivers/net/gt96100eth.h')
-rw-r--r-- | drivers/net/gt96100eth.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/gt96100eth.h b/drivers/net/gt96100eth.h index 395869c5ed3e..3b62a87c7d7f 100644 --- a/drivers/net/gt96100eth.h +++ b/drivers/net/gt96100eth.h | |||
@@ -27,7 +27,6 @@ | |||
27 | #ifndef _GT96100ETH_H | 27 | #ifndef _GT96100ETH_H |
28 | #define _GT96100ETH_H | 28 | #define _GT96100ETH_H |
29 | 29 | ||
30 | #include <linux/config.h> | ||
31 | #include <asm/galileo-boards/gt96100.h> | 30 | #include <asm/galileo-boards/gt96100.h> |
32 | 31 | ||
33 | #define dbg(lvl, format, arg...) \ | 32 | #define dbg(lvl, format, arg...) \ |
@@ -332,7 +331,6 @@ struct gt96100_private { | |||
332 | mib_counters_t mib; | 331 | mib_counters_t mib; |
333 | struct net_device_stats stats; | 332 | struct net_device_stats stats; |
334 | 333 | ||
335 | int io_size; | ||
336 | int port_num; // 0 or 1 | 334 | int port_num; // 0 or 1 |
337 | int chip_rev; | 335 | int chip_rev; |
338 | u32 port_offset; | 336 | u32 port_offset; |
@@ -341,7 +339,6 @@ struct gt96100_private { | |||
341 | u32 last_psr; // last value of the port status register | 339 | u32 last_psr; // last value of the port status register |
342 | 340 | ||
343 | int options; /* User-settable misc. driver options. */ | 341 | int options; /* User-settable misc. driver options. */ |
344 | int drv_flags; | ||
345 | struct timer_list timer; | 342 | struct timer_list timer; |
346 | spinlock_t lock; /* Serialise access to device */ | 343 | spinlock_t lock; /* Serialise access to device */ |
347 | }; | 344 | }; |