hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/iio/adc/stm32-dfsdm-adc.c
....@@ -1521,6 +1521,7 @@
15211521 },
15221522 {}
15231523 };
1524
+MODULE_DEVICE_TABLE(of, stm32_dfsdm_adc_match);
15241525
15251526 static int stm32_dfsdm_adc_probe(struct platform_device *pdev)
15261527 {