From: Dmitry Torokhov Date: Mon, 25 Feb 2013 03:26:25 +0000 (-0800) Subject: regulator: db8500-prcmu - remove incorrect __exit markup X-Git-Tag: v3.9-rc2~18^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ceb73ae5a09416e040bce8bcfa7218dc5149ad8;p=pandora-kernel.git regulator: db8500-prcmu - remove incorrect __exit markup 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed