]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-efi: use module_platform_driver_probe()
authorJingoo Han <jg1.han@samsung.com>
Tue, 26 Mar 2013 23:25:17 +0000 (10:25 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 4 Apr 2013 06:12:35 +0000 (17:12 +1100)
commit7f6e46b7d390df2c9ae506ac9a6c42b9fcb2d8bd
tree02f29e5964a6014cc320ad316ac24b3a790d4716
parent75e0dd0f3708a3a089be1c20c437a20adf1987d1
rtc: rtc-efi: 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-efi.c