From 62d636aa2ac2171fd8105cca0b9ea96117b66547 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Wed, 6 Aug 2014 12:17:49 +0900 Subject: omap: remove omap5912osk board support Emails to the board maintainer "Rishi Bhattacharya " have been bouncing. Tom suggested to remove this board. Remove also omap1510_udc.c because this is the last board to enable it. Signed-off-by: Masahiro Yamada Suggested-by: Tom Rini --- drivers/usb/gadget/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/usb/gadget/Makefile') diff --git a/drivers/usb/gadget/Makefile b/drivers/usb/gadget/Makefile index 4eea907d2e..2efd5a4d5b 100644 --- a/drivers/usb/gadget/Makefile +++ b/drivers/usb/gadget/Makefile @@ -31,7 +31,6 @@ ifdef CONFIG_USB_DEVICE obj-y += core.o obj-y += ep0.o obj-$(CONFIG_DW_UDC) += designware_udc.o -obj-$(CONFIG_OMAP1610) += omap1510_udc.o obj-$(CONFIG_MPC885_FAMILY) += mpc8xx_udc.o obj-$(CONFIG_CPU_PXA27X) += pxa27x_udc.o endif -- cgit v1.2.1