]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-pxa: 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>
Tue, 2 Apr 2013 07:29:31 +0000 (18:29 +1100)
commit6251164e9e0a29949c87ff85b558f03a36377538
tree798847bac3dbe23bc92f179aa029e55e01e2f7d1
parenteffa57f4456ddcbea947255f992788634c8b01b3
rtc: rtc-pxa: 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-pxa.c