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