]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-au1xxx: use module_platform_driver_probe()
authorJingoo Han <jg1.han@samsung.com>
Sun, 10 Mar 2013 10:55:00 +0000 (21:55 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 12 Mar 2013 03:56:38 +0000 (14:56 +1100)
commit04bf83b65a7f39fcd7d3987bfe2c7c15afaa3612
treef769f8a5b7d5d7a31dbc7cba5c5ba48dfdf31aa6
parent5e0f091fccd94313c2c94be0120809fc4bd5513e
rtc: rtc-au1xxx: 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-au1xxx.c