diff options
author | Alexander Shishkin <alexander.shishkin@linux.intel.com> | 2012-05-11 16:25:58 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-05-12 02:01:06 +0200 |
commit | 4fd09e8e025d5a5b4a1fd67df9197c3d4e1b171d (patch) | |
tree | 9290e215bd00d10300ea7f1f540091f03adae880 /drivers/usb/gadget/Makefile | |
parent | usb: chipidea: drop unused field "device" from ci13xxx_ep (diff) | |
download | linux-4fd09e8e025d5a5b4a1fd67df9197c3d4e1b171d.tar.xz linux-4fd09e8e025d5a5b4a1fd67df9197c3d4e1b171d.zip |
usb: gadget: remove langwell_udc
We have the chipidea driver now that supports both langwell and penwell,
so there is no need for this one any more.
Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/gadget/Makefile')
-rw-r--r-- | drivers/usb/gadget/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/gadget/Makefile b/drivers/usb/gadget/Makefile index 6ddfd26e8f38..51019aa9a268 100644 --- a/drivers/usb/gadget/Makefile +++ b/drivers/usb/gadget/Makefile @@ -24,7 +24,6 @@ obj-$(CONFIG_USB_R8A66597) += r8a66597-udc.o obj-$(CONFIG_USB_FSL_QE) += fsl_qe_udc.o obj-$(CONFIG_USB_S3C_HSOTG) += s3c-hsotg.o obj-$(CONFIG_USB_S3C_HSUDC) += s3c-hsudc.o -obj-$(CONFIG_USB_LANGWELL) += langwell_udc.o obj-$(CONFIG_USB_LPC32XX) += lpc32xx_udc.o obj-$(CONFIG_USB_EG20T) += pch_udc.o obj-$(CONFIG_USB_MV_UDC) += mv_udc.o |