watchdog: ep93xx_wdt.c: fix platform probe
authorWim Van Sebroeck <wim@iguana.be>
Tue, 13 Mar 2012 08:06:12 +0000 (09:06 +0100)
committerWim Van Sebroeck <wim@iguana.be>
Tue, 27 Mar 2012 18:08:48 +0000 (20:08 +0200)
commit697b41e4d4b20b8d8564f5501927b0ed07153990
treeb25c5e187bdb5407cdcc7afee34968599d70148f
parent3e0113a896803f792ffdf19b016578420824573f
watchdog: ep93xx_wdt.c: fix platform probe

Fix the device/driver init so that the misc_register
happens as last (since this opens userspace access to
the device).

Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/ep93xx_wdt.c