summaryrefslogtreecommitdiff
path: root/drivers/usb/dwc2
diff options
context:
space:
mode:
authorJoseph Kogut <joseph.kogut@gmail.com>2015-02-17 02:32:46 (GMT)
committerFelipe Balbi <balbi@ti.com>2015-03-10 20:33:23 (GMT)
commitadf9c3c85615f41c08559086e0d9ecdc6cc9db71 (patch)
tree2025fd187bc8b982be0a87c342ab90ff6781e307 /drivers/usb/dwc2
parent25140ce627f43df1d425d591ac3d360b48ae24e1 (diff)
downloadlinux-adf9c3c85615f41c08559086e0d9ecdc6cc9db71.tar.xz
usb: move definition of PCI_VENDOR_ID_SYNOPSYS to linux/pci_ids.h
Removed FIXME from usb/dwc3/dwc3-pci.c by moving definition of PCI_VENDOR_ID_SYNOPSYS shared with usb/dwc2 to linux/pci_ids.h. Signed-off-by: Joseph Kogut <joseph.kogut@gmail.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/dwc2')
-rw-r--r--drivers/usb/dwc2/pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/dwc2/pci.c b/drivers/usb/dwc2/pci.c
index a4e724b..6646adb 100644
--- a/drivers/usb/dwc2/pci.c
+++ b/drivers/usb/dwc2/pci.c
@@ -54,7 +54,6 @@
#include "core.h"
#include "hcd.h"
-#define PCI_VENDOR_ID_SYNOPSYS 0x16c3
#define PCI_PRODUCT_ID_HAPS_HSOTG 0xabc0
static const char dwc2_driver_name[] = "dwc2";