Message ID | 1501012595-14434-4-git-send-email-john.stultz@linaro.org |
---|---|
State | New |
Headers | show |
Series | [1/6] HACK: dwc3: Cleanup wakelock bits from hack patch | expand |
diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile index 54e97fe..a5e458a 100644 --- a/drivers/usb/Makefile +++ b/drivers/usb/Makefile @@ -12,7 +12,6 @@ obj-$(CONFIG_USB_DWC2) += dwc2/ obj-$(CONFIG_USB_ISP1760) += isp1760/ obj-$(CONFIG_USB_MON) += mon/ -obj-$(CONFIG_USB_MTU3) += mtu3/ obj-$(CONFIG_USB_PCI) += host/ obj-$(CONFIG_USB_EHCI_HCD) += host/ @@ -63,5 +62,4 @@ obj-$(CONFIG_USB_COMMON) += common/ obj-$(CONFIG_USBIP_CORE) += usbip/ -obj-$(CONFIG_TYPEC) += typec/ obj-$(CONFIG_TCPC_CLASS) += pd/
This probably needs to be squished down with the patch usb: add pd support for hikey960 Signed-off-by: John Stultz <john.stultz@linaro.org> --- drivers/usb/Makefile | 2 -- 1 file changed, 2 deletions(-) -- 2.7.4