From: Jingoo Han Date: Mon, 29 Apr 2013 23:18:25 +0000 (-0700) Subject: rtc: rtc-nuc900: add __init/__exit annotation X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~123^2~210 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7a6c21475a7d0dcb6e2248eb210e7db1d370222;p=pandora-kernel.git rtc: rtc-nuc900: 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed