]> 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>
Tue, 2 Apr 2013 07:29:31 +0000 (18:29 +1100)
commitb8d75183f75326bf750d7f10b8723fe4079cb1b6
tree63423376b571913b4ea5260532b383640092d288
parent9f67e2b4557fe1c8a05f8d45e5aef232b3e07a58
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