All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] remoteproc: qcom: wcnss: remove unused qcom_iris_driver declaration
@ 2022-09-11  9:06 Gaosheng Cui
  2022-09-12  6:43 ` Mukesh Ojha
  2022-12-28 18:18 ` Bjorn Andersson
  0 siblings, 2 replies; 3+ messages in thread
From: Gaosheng Cui @ 2022-09-11  9:06 UTC (permalink / raw)
  To: agross, andersson, konrad.dybcio, mathieu.poirier,
	bjorn.andersson, cuigaosheng1
  Cc: linux-remoteproc

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;
-
 struct wcnss_vreg_info {
 	const char * const name;
 	int min_voltage;
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] remoteproc: qcom: wcnss: remove unused qcom_iris_driver declaration
  2022-09-11  9:06 [PATCH] remoteproc: qcom: wcnss: remove unused qcom_iris_driver declaration Gaosheng Cui
@ 2022-09-12  6:43 ` Mukesh Ojha
  2022-12-28 18:18 ` Bjorn Andersson
  1 sibling, 0 replies; 3+ messages in thread
From: Mukesh Ojha @ 2022-09-12  6:43 UTC (permalink / raw)
  To: Gaosheng Cui, agross, andersson, konrad.dybcio, mathieu.poirier,
	bjorn.andersson
  Cc: linux-remoteproc

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;

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] remoteproc: qcom: wcnss: remove unused qcom_iris_driver declaration
  2022-09-11  9:06 [PATCH] remoteproc: qcom: wcnss: remove unused qcom_iris_driver declaration Gaosheng Cui
  2022-09-12  6:43 ` Mukesh Ojha
@ 2022-12-28 18:18 ` Bjorn Andersson
  1 sibling, 0 replies; 3+ messages in thread
From: Bjorn Andersson @ 2022-12-28 18:18 UTC (permalink / raw)
  To: cuigaosheng1, mathieu.poirier, Bjorn Andersson, konrad.dybcio, agross
  Cc: linux-remoteproc

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,
-- 
Bjorn Andersson <andersson@kernel.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-12-28 18:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-11  9:06 [PATCH] remoteproc: qcom: wcnss: remove unused qcom_iris_driver declaration Gaosheng Cui
2022-09-12  6:43 ` Mukesh Ojha
2022-12-28 18:18 ` Bjorn Andersson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.