]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-au1xxx: use module_platform_driver_probe()
authorJingoo Han <jg1.han@samsung.com>
Sat, 23 Mar 2013 02:32:11 +0000 (13:32 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 26 Mar 2013 05:11:14 +0000 (16:11 +1100)
commitcaf138f868fb10f289b134b1c5dddb2984c0717d
treea4570003556d9faea0ab1a62299ab02983f1eb3d
parent818450e41e8235b84dee8c6214c2b9e72151155d
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