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