From 12e8ad39b1743bc6156f7640dcf1bec5ac4d5cc8 Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Thu, 22 May 2014 09:19:12 +0400 Subject: [PATCH] usb: drop unused USB_UHCI_*_ID macros Signed-off-by: Antony Pavlov Signed-off-by: Sascha Hauer --- include/usb/usb.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/usb/usb.h b/include/usb/usb.h index 2f58faa0c..1a369d2ee 100644 --- a/include/usb/usb.h +++ b/include/usb/usb.h @@ -219,10 +219,6 @@ int usb_register_host(struct usb_host *); int usb_host_detect(struct usb_host *host, int force); -/* Defines */ -#define USB_UHCI_VEND_ID 0x8086 -#define USB_UHCI_DEV_ID 0x7112 - int usb_set_protocol(struct usb_device *dev, int ifnum, int protocol); int usb_set_idle(struct usb_device *dev, int ifnum, int duration, int report_id);