mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-14 05:11:30 -05:00
The load_rsc_table was removed since the commitc1d35c1ab4("remoteproc: Rename "load_rsc_table" to "parse_fw"") but got added back again by mistake in the below commit: commitb1a17513a2("remoteproc: add vendor resources handling"). The patch fixed a small code indent issue which not worth a separate patch. Fixes:b1a17513a2("remoteproc: add vendor resources handling") Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com> Link: https://lore.kernel.org/r/20210706142156.952794-2-aisheng.dong@nxp.com Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>