]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: rtc-imxdi: add __init/__exit annotation
authorJingoo Han <jg1.han@samsung.com>
Wed, 20 Mar 2013 04:07:51 +0000 (15:07 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Mar 2013 04:23:04 +0000 (15:23 +1100)
commit9250da9c2415f051f4cd929b8b834c152af6ee0b
treecbba5ce185b0d7173dabce082a9328a9e50fee8c
parentfd12fee4d5d91e7bd82fceedd03ff5f89ec78fe3
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