]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-davinci: add __exit annotation
authorJingoo Han <jg1.han@samsung.com>
Tue, 26 Mar 2013 23:25:11 +0000 (10:25 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 4 Apr 2013 06:12:32 +0000 (17:12 +1100)
commitcaafe830b926b0b41e4a1bb556cf803c62e739ad
tree156db365269fa09eab4d7f8bec08e891234ad34a
parent7d8302ea4d8240d0cbfa0960134bbf9ef168557d
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