]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-davinci: use module_platform_driver_probe()
authorJingoo Han <jg1.han@samsung.com>
Wed, 20 Mar 2013 04:07:56 +0000 (15:07 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 21 Mar 2013 05:34:09 +0000 (16:34 +1100)
commit69b8cca6979ab32c1fe787f9f6b65b47e01fbd99
tree0f5ca5ac8eea8cb4091c8de38be2b5d71a535be6
parent7bcb01133362f32aa3a2be20ef538901c9a1e3e6
rtc: rtc-davinci: 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-davinci.c