diff options
author | YueHaibing <yuehaibing@huawei.com> | 2019-08-16 21:53:41 +0800 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2019-09-06 10:26:32 -0700 |
commit | e03a47deaff424976fe9f6e1f1550f321a6dda75 (patch) | |
tree | 6e15d800acb268a4ffe4ffab7b352c994a0cb578 /drivers | |
parent | b0740d71cb56149aae04adad1746c3565ac5b278 (diff) | |
download | linux-e03a47deaff424976fe9f6e1f1550f321a6dda75.tar.bz2 |
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 <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link: https://lkml.kernel.org/r/20190816135341.52248-1-yuehaibing@huawei.com
Acked-by: Gabriel Fernandez <gabriel.fernandez@st.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers')
-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); |