]> git.baikalelectronics.ru Git - kernel.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>
Mon, 23 Jul 2012 10:50:51 +0000 (12:50 +0200)
commitfb122fb0a4cc4f90d1d33117f7b067f11a3c2437
tree6f904f5a5886c85b7350acf31f7d9dd864a2481d
parentb36840033a279b954ab2aecc9d1f0a5c5d018401
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