diff options
author | Peng Fan <peng.fan@nxp.com> | 2018-12-15 12:19:46 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-01-09 17:03:29 +0100 |
commit | 224f745247045262f9c4ca9e379be1002204e4ea (patch) | |
tree | 582aa0f18c99cbbe9e45d2d1c4252b3e9ab12889 /arch/arm/mach-aspeed/Kconfig | |
parent | d17b0bedbfcd24dea36eb66852e6f8b2d334f729 (diff) |
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>
Diffstat (limited to 'arch/arm/mach-aspeed/Kconfig')
0 files changed, 0 insertions, 0 deletions