]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-pxa: 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:09 +0000 (15:23 +1100)
commitea3dee104d469b1a667636f61187c122e955bb4c
tree46d053a9bef33a9942cae6c329efb38f497830b5
parentb780c7fdfe1669d5d40c834089206335208fb571
rtc: rtc-pxa: 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-pxa.c