]> 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>
Wed, 20 Mar 2013 04:23:04 +0000 (15:23 +1100)
commit12915526abc5acc93714921015b96089eb378270
tree194b6b1a0829477dea2a664ec6c14406613cd687
parent9250da9c2415f051f4cd929b8b834c152af6ee0b
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