usb: bdc: Remove the BDC PCI driver
authorAl Cooper <alcooperx@gmail.com>
Fri, 15 Jan 2021 21:31:42 +0000 (16:31 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 18 Jan 2021 17:36:31 +0000 (18:36 +0100)
commit7766cafea0eca6a7cc0ffc947bc95be19295575f
treee1ff907c3b9a30ae26d4430077c0558d52f68ca9
parent2e559638f729dc00322ef08b7f8dab40627de905
usb: bdc: Remove the BDC PCI driver

The BDC PCI driver was only used for design verification with
an PCI/FPGA board. The board no longer exists and is not in use
anywhere. All instances of this core now exist as a memory mapped
device on the platform bus.

NOTE: This only removes the PCI driver and does not remove the
platform driver.

Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Al Cooper <alcooperx@gmail.com>
Link: https://lore.kernel.org/r/20210115213142.35003-1-alcooperx@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/gadget/udc/bdc/Kconfig
drivers/usb/gadget/udc/bdc/Makefile
drivers/usb/gadget/udc/bdc/bdc_pci.c [deleted file]