kernel/drivers/iio/adc/stm32-dfsdm-adc.c
.. .. @@ -1521,6 +1521,7 @@ 1521 1521 }, 1522 1522 {} 1523 1523 }; 1524 +MODULE_DEVICE_TABLE(of, stm32_dfsdm_adc_match);1524 1525 1525 1526 static int stm32_dfsdm_adc_probe(struct platform_device *pdev) 1526 1527 {