]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-davinci: add __exit annotation
authorJingoo Han <jg1.han@samsung.com>
Wed, 20 Mar 2013 04:07:50 +0000 (15:07 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Mar 2013 04:23:04 +0000 (15:23 +1100)
commitf870d2d6c80058ee7549c4480afd0b7535e4a1ab
tree7e920b88c3fceead596927b044ed494d92cbf865
parentf902f2d312f19599b485c4471fdc27d98ca76b58
rtc: rtc-davinci: add __exit annotation

When platform_driver_probe() is used, bind/unbind via sysfs is disabled.
Thus, __init/__exit annotations can be added to probe()/remove().

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/rtc-davinci.c