[patch 2.6.19-git] watchdog: omap_wdt build fix

From: David Brownell
Date: Thu Dec 07 2006 - 04:11:45 EST


Recent driver model changes affected "miscdev" and broke
the build for the OMAP watchdog timer; fixed by this patch.

Signed-off-by: David Brownell <dbrownell@xxxxxxxxxxxxxxxxxxxxx>

Index: osk/drivers/char/watchdog/omap_wdt.c
===================================================================
--- osk.orig/drivers/char/watchdog/omap_wdt.c 2006-10-16 19:24:18.000000000 -0700
+++ osk/drivers/char/watchdog/omap_wdt.c 2006-12-05 19:43:53.000000000 -0800
@@ -290,7 +290,7 @@ static int __init omap_wdt_probe(struct
omap_wdt_disable();
omap_wdt_adjust_timeout(timer_margin);

- omap_wdt_miscdev.dev = &pdev->dev;
+ omap_wdt_miscdev.parent = &pdev->dev;
ret = misc_register(&omap_wdt_miscdev);
if (ret)
goto fail;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/