diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-07-24 16:10:58 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-07-24 16:10:58 -0700 |
commit | 5447e0a652ba8907a0f4d88821acf7d37ef81af1 (patch) | |
tree | b22a33022fad11706a62a926c0a462e2ea59265f /drivers/usb/Makefile | |
parent | 1dd3d123239179fad5de5dc00a6e0014a1918fde (diff) | |
download | talos-op-linux-5447e0a652ba8907a0f4d88821acf7d37ef81af1.tar.gz talos-op-linux-5447e0a652ba8907a0f4d88821acf7d37ef81af1.zip |
Revert "usb: host: Faraday fotg210-hcd driver"
This reverts commit 1dd3d123239179fad5de5dc00a6e0014a1918fde.
The email address for the developer now bounces, which means they have
moved on, so remove the driver until someone else from the company steps
up to maintain it.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/Makefile')
-rw-r--r-- | drivers/usb/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile index 5460abf045de..238c5d47cadb 100644 --- a/drivers/usb/Makefile +++ b/drivers/usb/Makefile @@ -26,7 +26,6 @@ obj-$(CONFIG_USB_ISP1760_HCD) += host/ obj-$(CONFIG_USB_IMX21_HCD) += host/ obj-$(CONFIG_USB_FSL_MPH_DR_OF) += host/ obj-$(CONFIG_USB_FUSBH200_HCD) += host/ -obj-$(CONFIG_USB_FOTG210_HCD) += host/ obj-$(CONFIG_USB_C67X00_HCD) += c67x00/ |