]> git.karo-electronics.de Git - karo-tx-linux.git/commit
watchdog: s3c2410_wdt: Use module_platform_driver()
authorSachin Kamat <sachin.kamat@linaro.org>
Thu, 12 Jul 2012 11:47:40 +0000 (17:17 +0530)
committerWim Van Sebroeck <wim@iguana.be>
Thu, 12 Jul 2012 17:28:23 +0000 (19:28 +0200)
commitc5dacd790c93bdc8a8900ab6966fc02909778a04
tree43ba6497aea7dbf140b338e76e36c1f347ad0779
parent80eb8cbec840ac3995480867ac8d02bfcf6258fe
watchdog: s3c2410_wdt: Use module_platform_driver()

module_platform_driver() replaces module_init() and module_exit()
and makes the code simpler.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/s3c2410_wdt.c