diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2019-02-01 17:24:52 -0600 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2019-02-01 17:24:52 -0600 |
commit | 0ce26a1c31ca928df4dfc7504c8898b71ff9f5d5 (patch) | |
tree | 3a5bb7a0dca826c1c94f96507b1fb634bc91e435 /include/linux/pci_ids.h | |
parent | 22e4d639cd05b98b27c78be497d6d42e4cfebf44 (diff) |
PCI: Move Rohm Vendor ID to generic list
Move the Rohm Vendor ID to pci_ids.h instead of defining it in several
drivers.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Mark Brown <broonie@kernel.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
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 26420e619dd7..70e86148cb1e 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1140,6 +1140,8 @@ #define PCI_VENDOR_ID_TCONRAD 0x10da #define PCI_DEVICE_ID_TCONRAD_TOKENRING 0x0508 +#define PCI_VENDOR_ID_ROHM 0x10db + #define PCI_VENDOR_ID_NVIDIA 0x10de #define PCI_DEVICE_ID_NVIDIA_TNT 0x0020 #define PCI_DEVICE_ID_NVIDIA_TNT2 0x0028 |