]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-pcap: use module_platform_driver_probe()
authorJingoo Han <jg1.han@samsung.com>
Wed, 20 Mar 2013 04:07:59 +0000 (15:07 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Mar 2013 04:23:08 +0000 (15:23 +1100)
commit7b0ee2fa77ce8f485cda8d738b4952c4fadfde5a
tree845b60e76b105d444e9fbff541c5b937611af684
parent74e7f68d3ecf17f1722224ba0f5df3f8d003a956
rtc: rtc-pcap: 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-pcap.c