diff options
| author | Joseph Kogut <joseph.kogut@gmail.com> | 2015-02-16 21:32:46 -0500 |
|---|---|---|
| committer | Felipe Balbi <balbi@ti.com> | 2015-03-10 16:33:23 -0400 |
| commit | adf9c3c85615f41c08559086e0d9ecdc6cc9db71 (patch) | |
| tree | 2025fd187bc8b982be0a87c342ab90ff6781e307 /include/linux | |
| 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')
| -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 @@ | |||
| 2315 | #define PCI_VENDOR_ID_CENATEK 0x16CA | 2315 | #define PCI_VENDOR_ID_CENATEK 0x16CA |
| 2316 | #define PCI_DEVICE_ID_CENATEK_IDE 0x0001 | 2316 | #define PCI_DEVICE_ID_CENATEK_IDE 0x0001 |
| 2317 | 2317 | ||
| 2318 | #define PCI_VENDOR_ID_SYNOPSYS 0x16c3 | ||
| 2319 | |||
| 2318 | #define PCI_VENDOR_ID_VITESSE 0x1725 | 2320 | #define PCI_VENDOR_ID_VITESSE 0x1725 |
| 2319 | #define PCI_DEVICE_ID_VITESSE_VSC7174 0x7174 | 2321 | #define PCI_DEVICE_ID_VITESSE_VSC7174 0x7174 |
| 2320 | 2322 | ||
