usb: gadget: only GPL drivers in the gadget and phy framework
We only support GPL drivers in the USB Gadget Framework, it sounds correct to make all exported symbols GPL too. Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
@@ -1005,7 +1005,7 @@ void unregister_gadget_item(struct config_item *item)
|
||||
|
||||
unregister_gadget(gi);
|
||||
}
|
||||
EXPORT_SYMBOL(unregister_gadget_item);
|
||||
EXPORT_SYMBOL_GPL(unregister_gadget_item);
|
||||
|
||||
static int __init gadget_cfs_init(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user