aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/clock
diff options
context:
space:
mode:
authorNathan Huckleberry <nhuck@google.com>2019-06-27 15:22:20 -0700
committerHeiko Stuebner <heiko@sntech.de>2019-07-25 21:00:52 +0200
commit7114fbdaa2aad9ff00c4acc1fbba3eb07bac8889 (patch)
tree3b80a4b655454b8c80117210f269bb147ab45956 /Documentation/devicetree/bindings/clock
parentLinus 5.3-rc1 (diff)
downloadlinux-dev-7114fbdaa2aad9ff00c4acc1fbba3eb07bac8889.tar.xz
linux-dev-7114fbdaa2aad9ff00c4acc1fbba3eb07bac8889.zip
clk: rockchip: Fix -Wunused-const-variable in rv1108 clk driver
Clang produces the following warning drivers/clk/rockchip/clk-rv1108.c:125:7: warning: unused variable 'mux_pll_src_3plls_p' [-Wunused-const-variable] PNAME(mux_pll_src_3plls_p) = { "apll", "gpll", "dpll" }; Looks like this variable was never used. Deleting it to remove the warning. Cc: clang-built-linux@googlegroups.com Link: https://github.com/ClangBuiltLinux/linux/issues/524 Signed-off-by: Nathan Huckleberry <nhuck@google.com> Reviewed-by: Nick Desaulniers <ndesaulniers@google.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'Documentation/devicetree/bindings/clock')
0 files changed, 0 insertions, 0 deletions