remoteproc: Drop dangling find_rsc_table dummies
As the core now deals with the lack of a resource table, remove the dangling custom dummy implementations of find_rsc_table from drivers. Reviewed-By: Loic Pallardy <loic.pallardy@st.com> Tested-By: Loic Pallardy <loic.pallardy@st.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
此提交包含在:
@@ -308,7 +308,6 @@ static const struct rproc_ops wcnss_ops = {
|
||||
.start = wcnss_start,
|
||||
.stop = wcnss_stop,
|
||||
.da_to_va = wcnss_da_to_va,
|
||||
.find_rsc_table = qcom_mdt_find_rsc_table,
|
||||
.load = wcnss_load,
|
||||
};
|
||||
|
||||
|
新增問題並參考
封鎖使用者