diff options
author | Gaosheng Cui <cuigaosheng1@huawei.com> | 2022-09-11 12:06:37 +0300 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2022-12-28 18:50:07 +0300 |
commit | b27aa4d87809b3d7ac5b792dd059108283044e3b (patch) | |
tree | 55e4f177dfa50976a2e027f84a5ed88d436b2f04 /drivers/remoteproc | |
parent | 1b0f00d3b1fc25525e1fcd8c5845e362f5688849 (diff) | |
download | linux-b27aa4d87809b3d7ac5b792dd059108283044e3b.tar.xz |
remoteproc: qcom: wcnss: remove unused qcom_iris_driver declaration
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
Diffstat (limited to 'drivers/remoteproc')
-rw-r--r-- | drivers/remoteproc/qcom_wcnss.h | 2 |
1 files changed, 0 insertions, 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; |