Files
u-boot-sunxi/drivers/clk
Peng Fan 224f745247 clk: imx8: fix build warning
When build clk driver in spl, met the warning:
"
drivers/clk/imx/clk-imx8.c:21:25: warning: ‘imx8_clk_names’ defined but not used [-Wunused-variable]
 static struct imx8_clks imx8_clk_names[] = {
                         ^~~~~~~~~~~~~~
"

Fix with wrapping the array with CONFIG_CMD_CLK.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
2019-01-09 17:03:29 +01:00
..
2019-01-09 17:03:29 +01:00
2018-11-26 14:40:52 +01:00
2018-08-03 19:53:10 -04:00
2018-05-08 18:50:23 -04:00
2018-10-22 12:59:01 +02:00
2018-09-18 00:01:18 -06:00
2018-09-18 00:01:18 -06:00