]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-generic: use module_platform_driver_probe()
authorJingoo Han <jg1.han@samsung.com>
Wed, 20 Mar 2013 04:07:57 +0000 (15:07 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 21 Mar 2013 05:34:10 +0000 (16:34 +1100)
commitde5b7fb0a90aa30ad68ac183216ad0195c8acdd9
tree84272ec6ba8cccd9e81bdf91c13c7daeccd9e661
parentdb9093cee147a7c8be10b76f4b417961809f52b7
rtc: rtc-generic: 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-generic.c