]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-ds1302: add __exit annotation
authorJingoo Han <jg1.han@samsung.com>
Sun, 10 Mar 2013 10:54:55 +0000 (21:54 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 12 Mar 2013 03:56:36 +0000 (14:56 +1100)
commit9cc455b1b2ed55e26d93483d2184a62d231729d6
tree95a8df8c958f5f56abe537eb8d386ef4bc77f255
parent3b0a39a6773a245e403f5efad47643e78df97127
rtc: rtc-ds1302: 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-ds1302.c