]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-tegra: add __init/__exit annotation
authorJingoo Han <jg1.han@samsung.com>
Tue, 26 Mar 2013 23:25:13 +0000 (10:25 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 4 Apr 2013 06:12:33 +0000 (17:12 +1100)
commit2acfa80000970e387b55016cb16625fe259a0b06
tree79bad58146c53e77109a5ef029d5969473d2e2b6
parentb6b5b91ee193c160a009ec3be2544299dcc49941
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