Move USB network drivers to drivers/net/usb.
It is preferable to group drivers by usage (net, scsi, ATA, ...) than by bus. When reviewing drivers, the [PCI|USB|PCMCIA|...] maintainer is probably less qualified on networking issues than a networking maintainer. Also, from a practical standpoint, chips often appear on multiple buses, which is why we do not put drivers into drivers/pci/net. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
@@ -23,13 +23,6 @@ obj-$(CONFIG_USB_PRINTER) += class/
|
||||
obj-$(CONFIG_USB_STORAGE) += storage/
|
||||
obj-$(CONFIG_USB) += storage/
|
||||
|
||||
obj-$(CONFIG_USB_CATC) += net/
|
||||
obj-$(CONFIG_USB_KAWETH) += net/
|
||||
obj-$(CONFIG_USB_PEGASUS) += net/
|
||||
obj-$(CONFIG_USB_RTL8150) += net/
|
||||
obj-$(CONFIG_USB_USBNET) += net/
|
||||
obj-$(CONFIG_USB_ZD1201) += net/
|
||||
|
||||
obj-$(CONFIG_USB_MDC800) += image/
|
||||
obj-$(CONFIG_USB_MICROTEK) += image/
|
||||
|
||||
|
Reference in New Issue
Block a user