USB: mark USB drivers as being GPL only
authorGreg Kroah-Hartman <gregkh@suse.de>
Fri, 25 Jan 2008 17:12:21 +0000 (11:12 -0600)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Feb 2008 22:35:07 +0000 (14:35 -0800)
commit782e70c6fc2290a0395850e8e02583b8b62264d8
tree455cb28ce894ba26d18011129c6bbdf59ed2879b
parent667d691ed7a70c9a9fde5b6bd663a5f38326e026
USB: mark USB drivers as being GPL only

Over two years ago, the Linux USB developers stated that they believed
there was no way to create a USB kernel driver that was not under the
GPL.  This patch moves the USB apis to enforce that decision.

There are no known closed source USB drivers in the wild, so this patch
should cause no problems.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/feature-removal-schedule.txt
drivers/usb/core/driver.c
drivers/usb/core/file.c
drivers/usb/core/hcd-pci.c
drivers/usb/core/hcd.c
drivers/usb/core/hub.c
drivers/usb/core/message.c
drivers/usb/core/urb.c
drivers/usb/core/usb.c