]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-omap: use module_platform_driver_probe()
authorJingoo Han <jg1.han@samsung.com>
Wed, 20 Mar 2013 04:07:58 +0000 (15:07 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 22 Mar 2013 04:33:34 +0000 (15:33 +1100)
commit9f3cd623526860c3c2f784d4c865d9bdfbdaf2a5
treef4110e932cf86431049aded154d74ccdf23ffe68
parent6feb3f1e7b1c03fee58c2a04012159f18b2773d3
rtc: rtc-omap: 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-omap.c