diff options
author | Nathan Huckleberry <[email protected]> | 2019-06-27 15:22:20 -0700 |
---|---|---|
committer | Heiko Stuebner <[email protected]> | 2019-07-25 21:00:52 +0200 |
commit | 7114fbdaa2aad9ff00c4acc1fbba3eb07bac8889 (patch) | |
tree | 3b80a4b655454b8c80117210f269bb147ab45956 /lib/test_overflow.c | |
parent | 5f9e832c137075045d15cd6899ab0505cfb2ca4b (diff) |
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: [email protected]
Link: https://github.com/ClangBuiltLinux/linux/issues/524
Signed-off-by: Nathan Huckleberry <[email protected]>
Reviewed-by: Nick Desaulniers <[email protected]>
Signed-off-by: Heiko Stuebner <[email protected]>
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions