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