]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-mc13xxx: use module_platform_driver_probe()
authorJingoo Han <jg1.han@samsung.com>
Sun, 10 Mar 2013 10:55:02 +0000 (21:55 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 12 Mar 2013 03:56:39 +0000 (14:56 +1100)
commite7a2a523fcc2c3fb64f1b84097098f28678e4e6a
treec1d552f5c1a7465f6a6bb28b511fc46232ae5d80
parent169660b4a0b324164867566aca2572d7bffe65ab
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