From: Michal Nazarewicz Date: Mon, 9 Nov 2009 13:15:25 +0000 (+0100) Subject: USB: composite: usb_composite_unregister() no longer __exit X-Git-Tag: v2.6.33-rc1~315^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=915c8befccbe5d81d441b53ab7a9a98caf0c67d4;p=pandora-kernel.git USB: composite: usb_composite_unregister() no longer __exit Changed definition of usb_composite_unregister() function removing __exit declaration. This way, the function is included even if the whole code was not compiled as module. This is required if a compiled-in code would like to unregister a composite gadget. Signed-off-by: Michal Nazarewicz Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed