]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-sh: use module_platform_driver_probe()
authorJingoo Han <jg1.han@samsung.com>
Tue, 26 Mar 2013 23:25:20 +0000 (10:25 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 4 Apr 2013 06:12:37 +0000 (17:12 +1100)
commit0f4df4634286e1d1d510dd1231673554c1257c12
tree298d8c7de4873931d4b5837436615f73ce2b8832
parent4c8a312342a06e1a85a15847c10f85239c513a2f
rtc: rtc-sh: 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>
Acked-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/rtc-sh.c