]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-ps3: use module_platform_driver_probe()
authorJingoo Han <jg1.han@samsung.com>
Sun, 10 Mar 2013 10:55:03 +0000 (21:55 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 12 Mar 2013 03:56:40 +0000 (14:56 +1100)
commitc54699fc5dd79982d5ce8f171a7b849b04d37128
treebb6853bff6d96436c250ba0349891fc2e56c3102
parent73efa2ec83a9d89fed0cb47d9447078f0493229e
rtc: rtc-ps3: 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: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/rtc-ps3.c