diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2019-02-02 00:24:52 +0100 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2019-02-02 00:24:52 +0100 |
commit | 0ce26a1c31ca928df4dfc7504c8898b71ff9f5d5 (patch) | |
tree | 3a5bb7a0dca826c1c94f96507b1fb634bc91e435 /drivers/misc/pch_phub.c | |
parent | PCI: pciehp: Add HXT quirk for Command Completed errata (diff) | |
download | linux-0ce26a1c31ca928df4dfc7504c8898b71ff9f5d5.tar.xz linux-0ce26a1c31ca928df4dfc7504c8898b71ff9f5d5.zip |
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 'drivers/misc/pch_phub.c')
-rw-r--r-- | drivers/misc/pch_phub.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/pch_phub.c b/drivers/misc/pch_phub.c index 540845651b8c..309703e9c42e 100644 --- a/drivers/misc/pch_phub.c +++ b/drivers/misc/pch_phub.c @@ -64,7 +64,6 @@ #define CLKCFG_UARTCLKSEL (1 << 18) /* Macros for ML7213 */ -#define PCI_VENDOR_ID_ROHM 0x10db #define PCI_DEVICE_ID_ROHM_ML7213_PHUB 0x801A /* Macros for ML7223 */ |