From: Dmitry Torokhov Date: Tue, 19 Feb 2013 22:50:10 +0000 (+0000) Subject: i2c: pxa: remove incorrect __exit annotations X-Git-Tag: v3.9-rc1~75^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a6d2246790512c88931ddbfedf3fd48e0979093;p=pandora-kernel.git i2c: pxa: remove incorrect __exit annotations The remove() methods should not be marked __exit unless we are using platform_driver_probe() which disables unbinding device from driver via sysfs. Signed-off-by: Dmitry Torokhov Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed