]> 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>
Thu, 21 Mar 2013 05:34:07 +0000 (16:34 +1100)
commit1421b903fb3e670666910ddfbd07d80fe331ced8
treed0701768259f434ca04f85c5aaaa83fcb4294bbb
parent20c6dbfdab26ce6ec3bd504c3f5a0605bfb42a3e
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