diff mbox series

remoteproc: qcom: wcnss: remove unused qcom_iris_driver declaration

Message ID 20220911090637.3208939-1-cuigaosheng1@huawei.com (mailing list archive)
State Accepted
Headers show
Series remoteproc: qcom: wcnss: remove unused qcom_iris_driver declaration | expand

Commit Message

Gaosheng Cui Sept. 11, 2022, 9:06 a.m. UTC
qcom_iris_driver has been removed since
commit 1fcef985c8bd ("remoteproc: qcom: wcnss: Fix race
with iris probe"), so remove it.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
---
 drivers/remoteproc/qcom_wcnss.h | 2 --
 1 file changed, 2 deletions(-)

Comments

Mukesh Ojha Sept. 12, 2022, 6:43 a.m. UTC | #1
Hi,

On 9/11/2022 2:36 PM, Gaosheng Cui wrote:
> qcom_iris_driver has been removed since
> commit 1fcef985c8bd ("remoteproc: qcom: wcnss: Fix race
> with iris probe"), so remove it.
> 
> Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
> ---
>   drivers/remoteproc/qcom_wcnss.h | 2 --
>   1 file changed, 2 deletions(-)
> 
> diff --git a/drivers/remoteproc/qcom_wcnss.h b/drivers/remoteproc/qcom_wcnss.h
> index 6d01ee6afa7f..cb4ce543e68f 100644
> --- a/drivers/remoteproc/qcom_wcnss.h
> +++ b/drivers/remoteproc/qcom_wcnss.h
> @@ -5,8 +5,6 @@
>   struct qcom_iris;
>   struct qcom_wcnss;
>   
> -extern struct platform_driver qcom_iris_driver;
> -

LGTM.
Reviewed-by: Mukesh Ojha <quic_mojha@quicinc.com>


-Mukesh

>   struct wcnss_vreg_info {
>   	const char * const name;
>   	int min_voltage;
Bjorn Andersson Dec. 28, 2022, 6:18 p.m. UTC | #2
On Sun, 11 Sep 2022 17:06:37 +0800, Gaosheng Cui wrote:
> qcom_iris_driver has been removed since
> commit 1fcef985c8bd ("remoteproc: qcom: wcnss: Fix race
> with iris probe"), so remove it.
> 
> 

Applied, thanks!

[1/1] remoteproc: qcom: wcnss: remove unused qcom_iris_driver declaration
      commit: b27aa4d87809b3d7ac5b792dd059108283044e3b

Best regards,
diff mbox series

Patch

diff --git a/drivers/remoteproc/qcom_wcnss.h b/drivers/remoteproc/qcom_wcnss.h
index 6d01ee6afa7f..cb4ce543e68f 100644
--- a/drivers/remoteproc/qcom_wcnss.h
+++ b/drivers/remoteproc/qcom_wcnss.h
@@ -5,8 +5,6 @@ 
 struct qcom_iris;
 struct qcom_wcnss;
 
-extern struct platform_driver qcom_iris_driver;
-
 struct wcnss_vreg_info {
 	const char * const name;
 	int min_voltage;