diff options
author | Joseph Kogut <joseph.kogut@gmail.com> | 2015-02-16 19:32:46 -0700 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-03-10 15:33:23 -0500 |
commit | adf9c3c85615f41c08559086e0d9ecdc6cc9db71 (patch) | |
tree | 2025fd187bc8b982be0a87c342ab90ff6781e307 /include/linux/pci_ids.h | |
parent | 25140ce627f43df1d425d591ac3d360b48ae24e1 (diff) |
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 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index e63c02a93f6b..38cff8f6716d 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -2315,6 +2315,8 @@ #define PCI_VENDOR_ID_CENATEK 0x16CA #define PCI_DEVICE_ID_CENATEK_IDE 0x0001 +#define PCI_VENDOR_ID_SYNOPSYS 0x16c3 + #define PCI_VENDOR_ID_VITESSE 0x1725 #define PCI_DEVICE_ID_VITESSE_VSC7174 0x7174 |