diff options
author | Linas Vepstas <linas@austin.ibm.com> | 2007-05-14 19:41:41 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-07-08 22:16:38 -0400 |
commit | 146bd683cc160d728f1f62a6ddade8451801a8c3 (patch) | |
tree | 255159157469ec0e17c099d4ebcc889d9dde13c0 /drivers/net/s2io.h | |
parent | d796fdb708fc5b10112934cba43e832c36ce4923 (diff) |
s2io: add PCI error recovery support
s2io cleanup suggestions, per discussion on mailing lists.
Signed-off-by: Linas Vepstas <linas@austin.ibm.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/s2io.h')
-rw-r--r-- | drivers/net/s2io.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/s2io.h b/drivers/net/s2io.h index b9b660702abd..58592780f519 100644 --- a/drivers/net/s2io.h +++ b/drivers/net/s2io.h | |||
@@ -794,7 +794,6 @@ struct s2io_nic { | |||
794 | 794 | ||
795 | struct net_device_stats stats; | 795 | struct net_device_stats stats; |
796 | int high_dma_flag; | 796 | int high_dma_flag; |
797 | int device_close_flag; | ||
798 | int device_enabled_once; | 797 | int device_enabled_once; |
799 | 798 | ||
800 | char name[60]; | 799 | char name[60]; |