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