]> 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>
Fri, 22 Mar 2013 04:33:33 +0000 (15:33 +1100)
commit92f94ed7025ca923459032a168ea87c15ce876f7
tree373148457dc18dc991f0a3f889217332bb796b5b
parent63b020c885bdb21c7105af469b4e4ea49bb04dc6
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