From: Dmitry Torokhov Date: Sun, 1 Feb 2015 05:13:59 +0000 (-0800) Subject: usb: musb: blackfin: remove incorrect __exit_p() X-Git-Tag: fixes-v4.0-rc1~102^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9b2b19fc45265a2423fa68e22318882b42a111c;p=pandora-kernel.git usb: musb: blackfin: remove incorrect __exit_p() bfin_remove() is not (nor should it be) marked as __exit, so we should not be using __exit_p() wrapper with it, otherwise unbinding through sysfs does not work properly. Signed-off-by: Dmitry Torokhov Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed