The patch titled watchdog: omap_wdt build fix has been added to the -mm tree. Its filename is watchdog-omap_wdt-build-fix.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: watchdog: omap_wdt build fix From: David Brownell <david-b@xxxxxxxxxxx> 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> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/char/watchdog/omap_wdt.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/char/watchdog/omap_wdt.c~watchdog-omap_wdt-build-fix drivers/char/watchdog/omap_wdt.c --- a/drivers/char/watchdog/omap_wdt.c~watchdog-omap_wdt-build-fix +++ a/drivers/char/watchdog/omap_wdt.c @@ -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; _ Patches currently in -mm which might be from david-b@xxxxxxxxxxx are origin.patch spi-improve-sysfs-compiler-complaint-handling.patch correct-bus_num-and-buffer-bug-in-spi-core.patch spi-set-kset-of-master-class-dev-explicitly.patch add-rtc-omap-driver.patch mmc-fix-syntax-error.patch watchdog-omap_wdt-build-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html