diff options
Diffstat (limited to 'drivers/net/s2io.h')
-rw-r--r-- | drivers/net/s2io.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/s2io.h b/drivers/net/s2io.h index 1827b6686c98..6722a2f7d091 100644 --- a/drivers/net/s2io.h +++ b/drivers/net/s2io.h | |||
@@ -748,7 +748,7 @@ struct ring_info { | |||
748 | 748 | ||
749 | /* interface MTU value */ | 749 | /* interface MTU value */ |
750 | unsigned mtu; | 750 | unsigned mtu; |
751 | 751 | ||
752 | /* Buffer Address store. */ | 752 | /* Buffer Address store. */ |
753 | struct buffAdd **ba; | 753 | struct buffAdd **ba; |
754 | 754 | ||
@@ -1107,6 +1107,7 @@ static int init_shared_mem(struct s2io_nic *sp); | |||
1107 | static void free_shared_mem(struct s2io_nic *sp); | 1107 | static void free_shared_mem(struct s2io_nic *sp); |
1108 | static int init_nic(struct s2io_nic *nic); | 1108 | static int init_nic(struct s2io_nic *nic); |
1109 | static int rx_intr_handler(struct ring_info *ring_data, int budget); | 1109 | static int rx_intr_handler(struct ring_info *ring_data, int budget); |
1110 | static void s2io_txpic_intr_handle(struct s2io_nic *sp); | ||
1110 | static void tx_intr_handler(struct fifo_info *fifo_data); | 1111 | static void tx_intr_handler(struct fifo_info *fifo_data); |
1111 | static void s2io_handle_errors(void * dev_id); | 1112 | static void s2io_handle_errors(void * dev_id); |
1112 | 1113 | ||