]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-mc13xxx: use module_platform_driver_probe()
authorJingoo Han <jg1.han@samsung.com>
Wed, 20 Mar 2013 04:07:57 +0000 (15:07 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 21 Mar 2013 05:34:10 +0000 (16:34 +1100)
commitb7286e3485bbae0ceaeafa2556928c891ae1f0f6
tree61e43b3c1a8e7aaf06d909cc88ea26e5e24a0c9e
parent5edcc292f282646227fb0a3b6bd83591d4ab62fd
rtc: rtc-mc13xxx: 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-mc13xxx.c