]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-mv: 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:40 +0000 (14:56 +1100)
commit7f62d2932d6de436a595ef4d130cd764e49a128d
tree73f7cb7f6e6e8d7759a1cb95bb57b1c0468ec9d2
parentbb2ec2c95728fecfd305078a8a9ac24a0a6c9492
rtc: rtc-mv: 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-mv.c