|
@@ -216,6 +216,7 @@ static const struct of_device_id bcm7038_wdt_match[] = {
|
|
|
{ .compatible = "brcm,bcm7038-wdt" },
|
|
{ .compatible = "brcm,bcm7038-wdt" },
|
|
|
{},
|
|
{},
|
|
|
};
|
|
};
|
|
|
|
|
+MODULE_DEVICE_TABLE(of, bcm7038_wdt_match);
|
|
|
|
|
|
|
|
static struct platform_driver bcm7038_wdt_driver = {
|
|
static struct platform_driver bcm7038_wdt_driver = {
|
|
|
.probe = bcm7038_wdt_probe,
|
|
.probe = bcm7038_wdt_probe,
|