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
..
2018-11-14 09:16:28 -08:00
2018-11-05 10:41:58 -06:00
2018-08-13 14:03:57 -04:00
2018-11-14 09:16:28 -08:00
2019-01-09 17:03:29 +01:00
2018-11-28 23:04:51 -05:00
2018-09-19 08:59:26 +02:00
2018-11-14 09:16:28 -08:00
2018-12-03 12:51:16 +01:00
2018-11-30 21:56:45 +01:00
2018-10-28 09:26:39 -04:00
2018-12-29 11:38:38 +09:00
2018-06-01 15:56:02 +02:00
2018-05-07 09:34:12 -04:00
2018-05-07 09:34:12 -04:00
2018-11-26 14:40:52 +01:00
2018-12-03 13:34:21 +01:00
2018-06-19 07:31:47 -04:00
2018-11-14 09:16:28 -08:00
2018-08-03 19:53:10 -04:00
2018-05-07 09:34:12 -04:00
2018-05-08 09:07:34 -04:00
2018-05-07 09:34:12 -04:00
2018-12-06 23:26:32 -05:00
2018-11-20 19:14:22 -07:00
2018-11-14 09:16:28 -08:00
2018-07-19 10:49:53 +02:00
2018-04-27 14:54:48 -04:00
2018-09-11 08:32:55 -04:00
2018-12-06 23:26:31 -05:00
2018-05-08 18:50:23 -04:00
2018-10-22 12:59:01 +02:00
2018-11-29 15:16:58 -05:00
2018-09-18 00:01:18 -06:00
2018-09-18 00:01:18 -06:00