]> 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>
Wed, 20 Mar 2013 04:23:05 +0000 (15:23 +1100)
commit8758d03c2b65dce5fcb5eb0e3c83d9fe797ffb61
treebd741414a698275895eeaa0b8ca51b33a96ae885
parent8dbaf2e5bd0da1e07b8bc351df1e0703b3b1d8a2
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