]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-omap: 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)
commitd7294f97917db5597845eb2fb35014986f66f4e7
tree43f6224d02be139f374cd8bbd5ae98b0f04f167b
parent78b7c38ade2796dcca6590a5280dc5747df48746
rtc: rtc-omap: 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-omap.c