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