]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-generic: use module_platform_driver_probe()
authorJingoo Han <jg1.han@samsung.com>
Tue, 26 Mar 2013 23:25:17 +0000 (10:25 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 4 Apr 2013 06:12:35 +0000 (17:12 +1100)
commit4e5e2c65e6153a738b4eda8830568a3b01d35f4b
treea89cd4d15cfb1916addce68e74aef436cc233b83
parent7f6e46b7d390df2c9ae506ac9a6c42b9fcb2d8bd
rtc: rtc-generic: use module_platform_driver_probe()

Use module_platform_driver_probe() macro which makes the code smaller and
simpler.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/rtc-generic.c