[patch 2.6.19-git] watchdog: omap_wdt build fix

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Signed-off-by: David Brownell <[email protected]>

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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux