diff options
author | 2020-11-28 03:20:55 +0530 | |
---|---|---|
committer | 2020-12-10 13:23:15 -0600 | |
commit | cca21000261b2364991ecdb0d9e66b26ad9c4b4e (patch) | |
tree | 15acef0c9df865b25c688ff318f6a4c8eae80984 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | remoteproc: k3-dsp: Fix return value check in k3_dsp_rproc_of_get_memories() (diff) | |
download | linux-dev-cca21000261b2364991ecdb0d9e66b26ad9c4b4e.tar.xz linux-dev-cca21000261b2364991ecdb0d9e66b26ad9c4b4e.zip |
remoteproc/mediatek: Fix kernel test robot warning
Kernel test robot throws below warning ->
>> drivers/remoteproc/mtk_scp.c:755:37: warning: unused variable
>> 'mt8183_of_data' [-Wunused-const-variable]
static const struct mtk_scp_of_data mt8183_of_data = {
^
>> drivers/remoteproc/mtk_scp.c:765:37: warning: unused variable
>> 'mt8192_of_data' [-Wunused-const-variable]
static const struct mtk_scp_of_data mt8192_of_data = {
^
As suggested by Bjorn, there's no harm in just dropping the
of_match_ptr() wrapping of mtk_scp_of_match in the definition of
mtk_scp_driver and we avoid this whole problem.
Reported-by: kernel test robot <lkp@intel.com>
Suggested-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
Link: https://lore.kernel.org/r/1606513855-21130-1-git-send-email-jrdr.linux@gmail.com
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions