diff options
author | YueHaibing <[email protected]> | 2019-08-16 21:53:41 +0800 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2019-09-06 10:26:32 -0700 |
commit | e03a47deaff424976fe9f6e1f1550f321a6dda75 (patch) | |
tree | 6e15d800acb268a4ffe4ffab7b352c994a0cb578 | |
parent | b0740d71cb56149aae04adad1746c3565ac5b278 (diff) |
clk: st: clkgen-fsyn: remove unused variable 'st_quadfs_fs660c32_ops'
drivers/clk/st/clkgen-fsyn.c:70:29: warning:
st_quadfs_fs660c32_ops defined but not used [-Wunused-const-variable=]
It is never used, so can be removed.
Reported-by: Hulk Robot <[email protected]>
Signed-off-by: YueHaibing <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Acked-by: Gabriel Fernandez <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
-rw-r--r-- | drivers/clk/st/clkgen-fsyn.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/st/clkgen-fsyn.c b/drivers/clk/st/clkgen-fsyn.c index ca1ccdb8a3b1..a156bd0c6af7 100644 --- a/drivers/clk/st/clkgen-fsyn.c +++ b/drivers/clk/st/clkgen-fsyn.c @@ -67,7 +67,6 @@ struct clkgen_quadfs_data { }; static const struct clk_ops st_quadfs_pll_c32_ops; -static const struct clk_ops st_quadfs_fs660c32_ops; static int clk_fs660c32_dig_get_params(unsigned long input, unsigned long output, struct stm_fs *fs); |