]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-pcap: use module_platform_driver_probe()
authorJingoo Han <jg1.han@samsung.com>
Tue, 26 Mar 2013 23:25:19 +0000 (10:25 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 4 Apr 2013 06:12:37 +0000 (17:12 +1100)
commitfa89b9a9cf4e893521b173a7715cf6b148e74681
tree6ec15591c58ba2cf28eb209111629cf8d86777c7
parentd861e9a842df2cd8513e31c483bd6f60f3429fef
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