]> bbs.cooldavid.org Git - net-next-2.6.git/commit
USB: composite: usb_composite_unregister() no longer __exit
authorMichal Nazarewicz <m.nazarewicz@samsung.com>
Mon, 9 Nov 2009 13:15:25 +0000 (14:15 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 11 Dec 2009 19:55:23 +0000 (11:55 -0800)
commit915c8befccbe5d81d441b53ab7a9a98caf0c67d4
tree589d3b241d237a8a10729f2a39b05f9fba8dee86
parent8ea864cffdfd327117d4b7829935974b3f47ff31
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 <m.nazarewicz@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/gadget/composite.c