aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/watchdog/imx2_wdt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/imx2_wdt.c b/drivers/watchdog/imx2_wdt.c
index 693ac3f4de5a..17680aa6cb32 100644
--- a/drivers/watchdog/imx2_wdt.c
+++ b/drivers/watchdog/imx2_wdt.c
@@ -322,6 +322,7 @@ static const struct of_device_id imx2_wdt_dt_ids[] = {
322 { .compatible = "fsl,imx21-wdt", }, 322 { .compatible = "fsl,imx21-wdt", },
323 { /* sentinel */ } 323 { /* sentinel */ }
324}; 324};
325MODULE_DEVICE_TABLE(of, imx2_wdt_dt_ids);
325 326
326static struct platform_driver imx2_wdt_driver = { 327static struct platform_driver imx2_wdt_driver = {
327 .remove = __exit_p(imx2_wdt_remove), 328 .remove = __exit_p(imx2_wdt_remove),