diff options
Diffstat (limited to 'drivers/net/ethernet/intel/ixgb/ixgb.h')
-rw-r--r-- | drivers/net/ethernet/intel/ixgb/ixgb.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/drivers/net/ethernet/intel/ixgb/ixgb.h b/drivers/net/ethernet/intel/ixgb/ixgb.h index 4d2ae97ff1b3..2224cc2edf13 100644 --- a/drivers/net/ethernet/intel/ixgb/ixgb.h +++ b/drivers/net/ethernet/intel/ixgb/ixgb.h | |||
@@ -187,21 +187,21 @@ enum ixgb_state_t { | |||
187 | }; | 187 | }; |
188 | 188 | ||
189 | /* Exported from other modules */ | 189 | /* Exported from other modules */ |
190 | extern void ixgb_check_options(struct ixgb_adapter *adapter); | 190 | void ixgb_check_options(struct ixgb_adapter *adapter); |
191 | extern void ixgb_set_ethtool_ops(struct net_device *netdev); | 191 | void ixgb_set_ethtool_ops(struct net_device *netdev); |
192 | extern char ixgb_driver_name[]; | 192 | extern char ixgb_driver_name[]; |
193 | extern const char ixgb_driver_version[]; | 193 | extern const char ixgb_driver_version[]; |
194 | 194 | ||
195 | extern void ixgb_set_speed_duplex(struct net_device *netdev); | 195 | void ixgb_set_speed_duplex(struct net_device *netdev); |
196 | 196 | ||
197 | extern int ixgb_up(struct ixgb_adapter *adapter); | 197 | int ixgb_up(struct ixgb_adapter *adapter); |
198 | extern void ixgb_down(struct ixgb_adapter *adapter, bool kill_watchdog); | 198 | void ixgb_down(struct ixgb_adapter *adapter, bool kill_watchdog); |
199 | extern void ixgb_reset(struct ixgb_adapter *adapter); | 199 | void ixgb_reset(struct ixgb_adapter *adapter); |
200 | extern int ixgb_setup_rx_resources(struct ixgb_adapter *adapter); | 200 | int ixgb_setup_rx_resources(struct ixgb_adapter *adapter); |
201 | extern int ixgb_setup_tx_resources(struct ixgb_adapter *adapter); | 201 | int ixgb_setup_tx_resources(struct ixgb_adapter *adapter); |
202 | extern void ixgb_free_rx_resources(struct ixgb_adapter *adapter); | 202 | void ixgb_free_rx_resources(struct ixgb_adapter *adapter); |
203 | extern void ixgb_free_tx_resources(struct ixgb_adapter *adapter); | 203 | void ixgb_free_tx_resources(struct ixgb_adapter *adapter); |
204 | extern void ixgb_update_stats(struct ixgb_adapter *adapter); | 204 | void ixgb_update_stats(struct ixgb_adapter *adapter); |
205 | 205 | ||
206 | 206 | ||
207 | #endif /* _IXGB_H_ */ | 207 | #endif /* _IXGB_H_ */ |