]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-nuc900: add __init/__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>
Fri, 22 Mar 2013 04:33:29 +0000 (15:33 +1100)
commitbb637dedd4af6f7926d580e0a415948ff0e58b21
tree59444f2c9ea253f7d3a6d29aa62b22071e30daf8
parent67283fa0da9aa670cac56b572a7c5699aa296a7a
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