Skip to content

Commit

Permalink
mt6625l: fix one compile error - more in this driver with newer gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-w committed Sep 19, 2024
1 parent 692d4f5 commit c584885
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ extern void mtk_wcn_stp_set_auto_rst(MTK_WCN_BOOL auto_rst);
* RETURNS
* 0: Sccuess Negative value: Fail
*****************************************************************************/
extern int mtk_wcn_stp_psm_notify_stp(const UINT32 action);
extern int mtk_wcn_stp_psm_notify_stp(const MTKSTP_PSM_ACTION_T action);

extern int mtk_wcn_stp_set_psm_state(MTKSTP_PSM_STATE_T state);

Expand Down

0 comments on commit c584885

Please sign in to comment.