|
@@ -168,6 +168,7 @@ static const struct of_device_id moxart_watchdog_match[] = {
|
|
{ .compatible = "moxa,moxart-watchdog" },
|
|
{ .compatible = "moxa,moxart-watchdog" },
|
|
{ },
|
|
{ },
|
|
};
|
|
};
|
|
|
|
+MODULE_DEVICE_TABLE(of, moxart_watchdog_match);
|
|
|
|
|
|
static struct platform_driver moxart_wdt_driver = {
|
|
static struct platform_driver moxart_wdt_driver = {
|
|
.probe = moxart_wdt_probe,
|
|
.probe = moxart_wdt_probe,
|