]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-ds1302: add __exit annotation
authorJingoo Han <jg1.han@samsung.com>
Wed, 20 Mar 2013 04:07:51 +0000 (15:07 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Mar 2013 04:23:04 +0000 (15:23 +1100)
commitfd12fee4d5d91e7bd82fceedd03ff5f89ec78fe3
tree56d4b26143e1a1f704d81290bbc06bc7c9207422
parentf870d2d6c80058ee7549c4480afd0b7535e4a1ab
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