The patch titled watchdog: omap_wdt build fix has been removed from the -mm tree. Its filename was watchdog-omap_wdt-build-fix.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 file 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 fix-more-workqueue-build-breakage-tps65010.patch another-build-fix-header-rearrangements-osk.patch rtc-remove-syslog-spam-on-registration.patch rtc-framework-rtc_wkalrmenabled-reporting-updates.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