aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb3/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/cxgb3/common.h')
-rw-r--r--drivers/net/cxgb3/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/cxgb3/common.h b/drivers/net/cxgb3/common.h
index 510e93f90b91..ada5e4b89cd8 100644
--- a/drivers/net/cxgb3/common.h
+++ b/drivers/net/cxgb3/common.h
@@ -690,7 +690,7 @@ int t3_read_flash(struct adapter *adapter, unsigned int addr,
690 unsigned int nwords, u32 *data, int byte_oriented); 690 unsigned int nwords, u32 *data, int byte_oriented);
691int t3_load_fw(struct adapter *adapter, const u8 * fw_data, unsigned int size); 691int t3_load_fw(struct adapter *adapter, const u8 * fw_data, unsigned int size);
692int t3_get_fw_version(struct adapter *adapter, u32 *vers); 692int t3_get_fw_version(struct adapter *adapter, u32 *vers);
693int t3_check_fw_version(struct adapter *adapter); 693int t3_check_fw_version(struct adapter *adapter, int *must_load);
694int t3_init_hw(struct adapter *adapter, u32 fw_params); 694int t3_init_hw(struct adapter *adapter, u32 fw_params);
695void mac_prep(struct cmac *mac, struct adapter *adapter, int index); 695void mac_prep(struct cmac *mac, struct adapter *adapter, int index);
696void early_hw_init(struct adapter *adapter, const struct adapter_info *ai); 696void early_hw_init(struct adapter *adapter, const struct adapter_info *ai);