]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-tegra: add __init/__exit annotation
authorJingoo Han <jg1.han@samsung.com>
Wed, 20 Mar 2013 04:07:52 +0000 (15:07 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 21 Mar 2013 05:34:07 +0000 (16:34 +1100)
commitc829f6e5edd6852a577e66f40555069e17745a77
treeb14d3f6f84b0f23aa233358f3ab57ed99138482d
parentb09e0fa9de96ff140f3f3f0f3c4533ba0cc6380a
rtc: rtc-tegra: 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-tegra.c