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 99c75d30f67a..91ee7277b813 100644 --- a/drivers/net/cxgb3/common.h +++ b/drivers/net/cxgb3/common.h | |||
@@ -681,8 +681,8 @@ int t3_phy_intr_handler(struct adapter *adapter); | |||
681 | void t3_link_changed(struct adapter *adapter, int port_id); | 681 | void t3_link_changed(struct adapter *adapter, int port_id); |
682 | int t3_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc); | 682 | int t3_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc); |
683 | const struct adapter_info *t3_get_adapter_info(unsigned int board_id); | 683 | const struct adapter_info *t3_get_adapter_info(unsigned int board_id); |
684 | int t3_seeprom_read(struct adapter *adapter, u32 addr, u32 *data); | 684 | int t3_seeprom_read(struct adapter *adapter, u32 addr, __le32 *data); |
685 | int t3_seeprom_write(struct adapter *adapter, u32 addr, u32 data); | 685 | int t3_seeprom_write(struct adapter *adapter, u32 addr, __le32 data); |
686 | int t3_seeprom_wp(struct adapter *adapter, int enable); | 686 | int t3_seeprom_wp(struct adapter *adapter, int enable); |
687 | int t3_get_tp_version(struct adapter *adapter, u32 *vers); | 687 | int t3_get_tp_version(struct adapter *adapter, u32 *vers); |
688 | int t3_check_tpsram_version(struct adapter *adapter, int *must_load); | 688 | int t3_check_tpsram_version(struct adapter *adapter, int *must_load); |