]> 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>
Wed, 20 Mar 2013 04:23:08 +0000 (15:23 +1100)
commit74e7f68d3ecf17f1722224ba0f5df3f8d003a956
tree3f2dd88834f259602e75d4e04215a21a5d83cfed
parent7aa68cc36ca4d12560a8ae89cae1f941ea0d9a35
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