From c5848855bf79ca302ac23ed14cf7e4bcf7f47c53 Mon Sep 17 00:00:00 2001 From: Frank Wunderlich Date: Thu, 19 Sep 2024 18:45:24 +0200 Subject: [PATCH] mt6625l: fix one compile error - more in this driver with newer gcc --- .../connectivity/common/conn_soc/core/include/stp_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/misc/mediatek/connectivity/common/conn_soc/core/include/stp_core.h b/drivers/misc/mediatek/connectivity/common/conn_soc/core/include/stp_core.h index eaa5ce773e332..9393a2acdb891 100644 --- a/drivers/misc/mediatek/connectivity/common/conn_soc/core/include/stp_core.h +++ b/drivers/misc/mediatek/connectivity/common/conn_soc/core/include/stp_core.h @@ -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);