From: Andrew Victor Date: Mon, 4 Dec 2006 13:56:18 +0000 (+0200) Subject: [WATCHDOG] watchdog miscdevice patch X-Git-Tag: v2.6.20-rc1~145^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0b79e0bc261ad320f6c218ac6823f7ca859171f;p=pandora-kernel.git [WATCHDOG] watchdog miscdevice patch It looks like the recent changes to 'struct miscdevice' have impacted some of the Watchdog drivers. at91rm9200_wdt.c:205: error: 'struct miscdevice' has no member named 'dev' For the AT91RM9200 driver I just replaced "miscdevice.dev" with "miscdevice.parent". The mpcore_wdt.c and omap_wdt.c seem similarly affected. Signed-off-by: Andrew Victor Signed-off-by: Wim Van Sebroeck --- Reading git-diff-tree failed