On Mon, 1 Jul 2024 13:48:21 +0800 kernel test robot wrote: > >> drivers/crypto/caam/ctrl.c:83:34: warning: 'imx8m_machine_match' defined but not used [-Wunused-const-variable=] > 83 | static const struct of_device_id imx8m_machine_match[] = { > | Reading 5762c20593b6b95 it seems like hiding the references in intentional. You gotta wrap this array in an ifdef for non-OF builds it seems.