Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Colin Ian King and committed by
Stephen Boyd
1adb0a9f 5b394b2d

-5
-5
drivers/clk/mediatek/clk-mt2701.c
··· 249 249 "univpll2_d4" 250 250 }; 251 251 252 - static const char * const audio_parents[] = { 253 - "clk26m", 254 - "syspll1_d16" 255 - }; 256 - 257 252 static const char * const aud_intbus_parents[] = { 258 253 "clk26m", 259 254 "syspll1_d4",