diff options
Diffstat (limited to 'drivers/net/cxgb3/common.h')
-rw-r--r-- | drivers/net/cxgb3/common.h | 2 |
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); |
691 | int t3_load_fw(struct adapter *adapter, const u8 * fw_data, unsigned int size); | 691 | int t3_load_fw(struct adapter *adapter, const u8 * fw_data, unsigned int size); |
692 | int t3_get_fw_version(struct adapter *adapter, u32 *vers); | 692 | int t3_get_fw_version(struct adapter *adapter, u32 *vers); |
693 | int t3_check_fw_version(struct adapter *adapter); | 693 | int t3_check_fw_version(struct adapter *adapter, int *must_load); |
694 | int t3_init_hw(struct adapter *adapter, u32 fw_params); | 694 | int t3_init_hw(struct adapter *adapter, u32 fw_params); |
695 | void mac_prep(struct cmac *mac, struct adapter *adapter, int index); | 695 | void mac_prep(struct cmac *mac, struct adapter *adapter, int index); |
696 | void early_hw_init(struct adapter *adapter, const struct adapter_info *ai); | 696 | void early_hw_init(struct adapter *adapter, const struct adapter_info *ai); |