diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-08-06 09:44:02 -0400 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2018-08-30 21:29:36 -0400 |
commit | 1adb0a9faabb44cd76c668f12d8b51de869c38b5 (patch) | |
tree | b46a3bb7d3a044e68c2073fcb7543046d4f3c599 | |
parent | 5b394b2ddf0347bef56e50c69a58773c94343ff3 (diff) |
clk: mediatek: remove unused array audio_parents
Array audio_parents is declared but never used, hence it is redundant
and can be removed.
Cleans up clang warning:
warning: 'audio_parents' defined but not used [-Wunused-const-variable=]
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
-rw-r--r-- | drivers/clk/mediatek/clk-mt2701.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/clk/mediatek/clk-mt2701.c b/drivers/clk/mediatek/clk-mt2701.c index 4dda8988b2f0..ab6ab07f53e6 100644 --- a/drivers/clk/mediatek/clk-mt2701.c +++ b/drivers/clk/mediatek/clk-mt2701.c | |||
@@ -249,11 +249,6 @@ static const char * const msdc30_parents[] = { | |||
249 | "univpll2_d4" | 249 | "univpll2_d4" |
250 | }; | 250 | }; |
251 | 251 | ||
252 | static const char * const audio_parents[] = { | ||
253 | "clk26m", | ||
254 | "syspll1_d16" | ||
255 | }; | ||
256 | |||
257 | static const char * const aud_intbus_parents[] = { | 252 | static const char * const aud_intbus_parents[] = { |
258 | "clk26m", | 253 | "clk26m", |
259 | "syspll1_d4", | 254 | "syspll1_d4", |