commit | a721321446432c3899aeca16cc6ddc30422b7f74 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Wed Jun 24 14:06:54 2020 +0800 |
committer | Shawn Guo <shawnguo@kernel.org> | Wed Jun 24 14:33:28 2020 +0800 |
tree | cd869601a8e8038362df5c4caa13b9ade49cb6b0 | |
parent | 4845446036fc9c13f43b54a65c9b757c14f5141b [diff] |
soc: imx8m: fix build warning Fix the build warning with x86_64-randconfig >> drivers/soc/imx/soc-imx8m.c:150:34: warning: unused variable >> 'imx8_soc_match' [-Wunused-const-variable] static const struct of_device_id imx8_soc_match[] = { ^ Fixes: fc40200ebf82 ("soc: imx: increase build coverage for imx8m soc driver") Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>