+1
-1
drivers/soc/imx/soc-imx8m.c
+1
-1
drivers/soc/imx/soc-imx8m.c
···
150
150
.soc_revision = imx8mm_soc_revision,
151
151
};
152
152
153
-
static const struct of_device_id imx8_soc_match[] = {
153
+
static __maybe_unused const struct of_device_id imx8_soc_match[] = {
154
154
{ .compatible = "fsl,imx8mq", .data = &imx8mq_soc_data, },
155
155
{ .compatible = "fsl,imx8mm", .data = &imx8mm_soc_data, },
156
156
{ .compatible = "fsl,imx8mn", .data = &imx8mn_soc_data, },