soc: imx8m: fix build warning
authorPeng Fan <peng.fan@nxp.com>
Wed, 24 Jun 2020 06:06:54 +0000 (14:06 +0800)
committerShawn Guo <shawnguo@kernel.org>
Wed, 24 Jun 2020 06:33:28 +0000 (14:33 +0800)
commita721321446432c3899aeca16cc6ddc30422b7f74
treecd869601a8e8038362df5c4caa13b9ade49cb6b0
parent4845446036fc9c13f43b54a65c9b757c14f5141b
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>
drivers/soc/imx/soc-imx8m.c