diff options
Diffstat (limited to 'drivers/net/cxgb3/common.h')
-rw-r--r-- | drivers/net/cxgb3/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/cxgb3/common.h b/drivers/net/cxgb3/common.h index e312d315a42d..db4f4f575b6a 100644 --- a/drivers/net/cxgb3/common.h +++ b/drivers/net/cxgb3/common.h | |||
@@ -714,7 +714,7 @@ int t3_seeprom_read(struct adapter *adapter, u32 addr, __le32 *data); | |||
714 | int t3_seeprom_write(struct adapter *adapter, u32 addr, __le32 data); | 714 | int t3_seeprom_write(struct adapter *adapter, u32 addr, __le32 data); |
715 | int t3_seeprom_wp(struct adapter *adapter, int enable); | 715 | int t3_seeprom_wp(struct adapter *adapter, int enable); |
716 | int t3_get_tp_version(struct adapter *adapter, u32 *vers); | 716 | int t3_get_tp_version(struct adapter *adapter, u32 *vers); |
717 | int t3_check_tpsram_version(struct adapter *adapter, int *must_load); | 717 | int t3_check_tpsram_version(struct adapter *adapter); |
718 | int t3_check_tpsram(struct adapter *adapter, const u8 *tp_ram, | 718 | int t3_check_tpsram(struct adapter *adapter, const u8 *tp_ram, |
719 | unsigned int size); | 719 | unsigned int size); |
720 | int t3_set_proto_sram(struct adapter *adap, const u8 *data); | 720 | int t3_set_proto_sram(struct adapter *adap, const u8 *data); |
@@ -722,7 +722,7 @@ int t3_read_flash(struct adapter *adapter, unsigned int addr, | |||
722 | unsigned int nwords, u32 *data, int byte_oriented); | 722 | unsigned int nwords, u32 *data, int byte_oriented); |
723 | int t3_load_fw(struct adapter *adapter, const u8 * fw_data, unsigned int size); | 723 | int t3_load_fw(struct adapter *adapter, const u8 * fw_data, unsigned int size); |
724 | int t3_get_fw_version(struct adapter *adapter, u32 *vers); | 724 | int t3_get_fw_version(struct adapter *adapter, u32 *vers); |
725 | int t3_check_fw_version(struct adapter *adapter, int *must_load); | 725 | int t3_check_fw_version(struct adapter *adapter); |
726 | int t3_init_hw(struct adapter *adapter, u32 fw_params); | 726 | int t3_init_hw(struct adapter *adapter, u32 fw_params); |
727 | void mac_prep(struct cmac *mac, struct adapter *adapter, int index); | 727 | void mac_prep(struct cmac *mac, struct adapter *adapter, int index); |
728 | void early_hw_init(struct adapter *adapter, const struct adapter_info *ai); | 728 | void early_hw_init(struct adapter *adapter, const struct adapter_info *ai); |