]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/watchdog/coh901327_wdt.c
Merge branch 'pm-cpufreq'
[karo-tx-linux.git] / drivers / watchdog / coh901327_wdt.c
index ce12f437f19567fb98f7154c601ffaf9240fcd27..a099b77fc0b91a076302f6657aaf87d4be9ed159 100644 (file)
@@ -358,6 +358,7 @@ static int __init coh901327_probe(struct platform_device *pdev)
        if (ret < 0)
                coh901327_wdt.timeout = 60;
 
+       coh901327_wdt.parent = &pdev->dev;
        ret = watchdog_register_device(&coh901327_wdt);
        if (ret == 0)
                dev_info(&pdev->dev,