clk: mediatek: mt8516: Remove unused variable
authorPhilippe Mazenauer <philippe.mazenauer@outlook.de>
Thu, 6 Jun 2019 17:54:30 +0000 (10:54 -0700)
committerStephen Boyd <sboyd@kernel.org>
Fri, 7 Jun 2019 18:54:47 +0000 (11:54 -0700)
commit60e9c3703c77b476565de337c676f6655bb2a8de
tree56bbbb30302303bfcba6e68a83e61c7d00aeba11
parenta188339ca5a396acc588e5851ed7e19f66b0ebd9
clk: mediatek: mt8516: Remove unused variable

Variable 'ddrphycfg_parents' is defined static and initialized, but not
used in the file.

../drivers/clk/mediatek/clk-mt8516.c:234:27: warning: ‘ddrphycfg_parents’ defined but not used [-Wunused-const-variable=]
 static const char * const ddrphycfg_parents[] __initconst = {
                           ^~~~~~~~~~~~~~~~~

Signed-off-by: Philippe Mazenauer <philippe.mazenauer@outlook.de>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/mediatek/clk-mt8516.c