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