Commit 7cf91108d44dbef3d48766fd0e7f7347c2e48bda

Authored by Wang YanQing
Committed by Greg Kroah-Hartman
1 parent 6262a3692b

serial:8250:8250_pci: delete unneeded quirk entries

These quirk entries have the same effect as default
quirk entry, so we can just delete them.

Signed-off-by: Wang YanQing <udknight@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Showing 1 changed file with 0 additions and 14 deletions Side-by-side Diff

drivers/tty/serial/8250/8250_pci.c
... ... @@ -1989,13 +1989,6 @@
1989 1989 },
1990 1990 {
1991 1991 .vendor = PCI_VENDOR_ID_INTEL,
1992   - .device = PCI_DEVICE_ID_INTEL_QRK_UART,
1993   - .subvendor = PCI_ANY_ID,
1994   - .subdevice = PCI_ANY_ID,
1995   - .setup = pci_default_setup,
1996   - },
1997   - {
1998   - .vendor = PCI_VENDOR_ID_INTEL,
1999 1992 .device = PCI_DEVICE_ID_INTEL_BSW_UART1,
2000 1993 .subvendor = PCI_ANY_ID,
2001 1994 .subdevice = PCI_ANY_ID,
... ... @@ -2199,13 +2192,6 @@
2199 2192 /*
2200 2193 * PLX
2201 2194 */
2202   - {
2203   - .vendor = PCI_VENDOR_ID_PLX,
2204   - .device = PCI_DEVICE_ID_PLX_9030,
2205   - .subvendor = PCI_SUBVENDOR_ID_PERLE,
2206   - .subdevice = PCI_ANY_ID,
2207   - .setup = pci_default_setup,
2208   - },
2209 2195 {
2210 2196 .vendor = PCI_VENDOR_ID_PLX,
2211 2197 .device = PCI_DEVICE_ID_PLX_9050,