diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2019-02-02 02:24:52 +0300 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2019-02-02 02:24:52 +0300 |
commit | 0ce26a1c31ca928df4dfc7504c8898b71ff9f5d5 (patch) | |
tree | 3a5bb7a0dca826c1c94f96507b1fb634bc91e435 /drivers/tty | |
parent | 22e4d639cd05b98b27c78be497d6d42e4cfebf44 (diff) | |
download | linux-0ce26a1c31ca928df4dfc7504c8898b71ff9f5d5.tar.xz |
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/tty')
-rw-r--r-- | drivers/tty/serial/pch_uart.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/tty/serial/pch_uart.c b/drivers/tty/serial/pch_uart.c index 9ed121f08a54..6157213a8359 100644 --- a/drivers/tty/serial/pch_uart.c +++ b/drivers/tty/serial/pch_uart.c @@ -192,8 +192,6 @@ enum { #define PCH_UART_HAL_LOOP (PCH_UART_MCR_LOOP) #define PCH_UART_HAL_AFE (PCH_UART_MCR_AFE) -#define PCI_VENDOR_ID_ROHM 0x10DB - #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) #define DEFAULT_UARTCLK 1843200 /* 1.8432 MHz */ |