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