diff options
author | 2020-05-28 16:38:37 -0700 | |
---|---|---|
committer | 2020-05-28 16:47:02 -0700 | |
commit | e480fe10adfe03c23b7eae811c46f6da6afba2ff (patch) | |
tree | f17c9e16ac5889c0a69139f71c51590e7628f28c /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | clk: X1000: Add FIXDIV for SSI clock of X1000. (diff) | |
download | wireguard-linux-e480fe10adfe03c23b7eae811c46f6da6afba2ff.tar.xz wireguard-linux-e480fe10adfe03c23b7eae811c46f6da6afba2ff.zip |
clk: ingenic: Mark ingenic_tcu_of_match as __maybe_unused
This device id table is passed to of_match_node() later on in probe, but
on CONFIG_OF=n builds of_match_node() doesn't do anything with the
arguments. Lets just mark the table unused so that the compiler doesn't
complain about this.
drivers/clk/ingenic/tcu.c:326:34: warning: unused variable 'ingenic_tcu_of_match' [-Wunused-const-variable]
static const struct of_device_id ingenic_tcu_of_match[] __initconst = {
^
1 warning generated.
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Link: https://lkml.kernel.org/r/20200528233837.70269-1-sboyd@kernel.org
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions