From: Dmitry Torokhov Date: Mon, 9 Mar 2015 18:10:41 +0000 (-0700) Subject: mtd: maps: sa1100-flash: remove incorrect __exit markups X-Git-Tag: omap-for-v4.1/fixes-rc1~47^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=271afb4c96b70292c5eae0744e08bc2d2b5f4fae;p=pandora-kernel.git mtd: maps: sa1100-flash: 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 Signed-off-by: Brian Norris --- Reading git-diff-tree failed