]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
clk: st: clkgen-fsyn: remove unused variable 'st_quadfs_fs660c32_ops'
authorYueHaibing <yuehaibing@huawei.com>
Fri, 16 Aug 2019 13:53:41 +0000 (21:53 +0800)
committerStephen Boyd <sboyd@kernel.org>
Fri, 6 Sep 2019 17:26:32 +0000 (10:26 -0700)
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>
drivers/clk/st/clkgen-fsyn.c

index ca1ccdb8a3b18aadfb3e0e37551fcf910f331c2c..a156bd0c6af751f421e2e9bac15396cfaf980a7c 100644 (file)
@@ -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);