]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-imxdi: 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:06 +0000 (16:34 +1100)
commit20c6dbfdab26ce6ec3bd504c3f5a0605bfb42a3e
treedaae54cc6524fef4201b900a48a7be47eacda30d
parenteb6b5fff8831f824eff89a0ea224be0c6acd794d
rtc: rtc-imxdi: 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-imxdi.c