]> 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>
Wed, 20 Mar 2013 04:23:07 +0000 (15:23 +1100)
commite78d0473463e34b392159bdc7684ba29722e4367
tree3f693330c25682c961cd615e3f15eeb94707d767
parent93729b66353020cd7a830d74fca887099172780f
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