From: Dmitry Torokhov Date: Mon, 9 Mar 2015 17:49:36 +0000 (-0700) Subject: mfd: menelaus: Remove incorrect __exit markups X-Git-Tag: omap-for-v4.1/fixes-rc1~150^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eac8a5c91b9ec19abc770c62c375feeaceada2a4;p=pandora-kernel.git mfd: menelaus: Remove incorrect __exit markups Even if bus is not hot-pluggable, the devices can be unbound from the driver via sysfs, so we should not be using __exit annotations on remove() methods. The only exception is drivers registered with platform_driver_probe() which specifically disables sysfs bind/unbind attributes. Signed-off-by: Dmitry Torokhov Acked-by: Tony Lindgren Signed-off-by: Lee Jones --- Reading git-diff-tree failed