remoteproc: qcom: wcnss: remove unused qcom_iris_driver declaration
authorGaosheng Cui <cuigaosheng1@huawei.com>
Sun, 11 Sep 2022 09:06:37 +0000 (17:06 +0800)
committerBjorn Andersson <andersson@kernel.org>
Wed, 28 Dec 2022 15:50:07 +0000 (09:50 -0600)
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>
Reviewed-by: Mukesh Ojha <quic_mojha@quicinc.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220911090637.3208939-1-cuigaosheng1@huawei.com
drivers/remoteproc/qcom_wcnss.h

index 6d01ee6afa7f8c08f4793cfa43a580b73b732db8..cb4ce543e68fca1f52d97701defa88e5719b4630 100644 (file)
@@ -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;