]> 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>
Thu, 21 Mar 2013 05:34:06 +0000 (16:34 +1100)
commit727ad2aa3ca579b0ef55adbd33cff5507480555b
tree46a2d06edbe50ee0705b8bcb8486e86d8029dd60
parent2fddf85d9722633dd4b43200886798dbd6547662
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