]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
rtc: rtc-tegra: add __init/__exit annotation
authorJingoo Han <jg1.han@samsung.com>
Mon, 29 Apr 2013 23:18:27 +0000 (16:18 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Apr 2013 01:28:21 +0000 (18:28 -0700)
commit51b38c62aa89c8747c350dac2515b8899ff8f4d7
tree28555cbc419f7bb33360a7166907cf8a6c44ea4b
parent5cc2b9c67ac0c90915c99fa1a53778049f0e747d
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-tegra.c