|
@@ -322,6 +322,7 @@ static const struct of_device_id imx2_wdt_dt_ids[] = {
|
|
|
{ .compatible = "fsl,imx21-wdt", },
|
|
|
{ /* sentinel */ }
|
|
|
};
|
|
|
+MODULE_DEVICE_TABLE(of, imx2_wdt_dt_ids);
|
|
|
|
|
|
static struct platform_driver imx2_wdt_driver = {
|
|
|
.remove = __exit_p(imx2_wdt_remove),
|