serial/8250_pci: delete duplicate data definition
authorTomoya MORINAGA <tomoya-linux@dsn.okisemi.com>
Tue, 12 Jul 2011 07:08:49 +0000 (16:08 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 23 Aug 2011 17:06:28 +0000 (10:06 -0700)
Data definiton "VendorID=10DB, device_id=800D" is already defined.
This patch deletes the duplicate definition.

Signed-off-by: Tomoya MORINAGA <tomoya-linux@dsn.okisemi.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/tty/serial/8250_pci.c

index f652a7b..3abeca2 100644 (file)
@@ -1599,11 +1599,6 @@ static struct pci_serial_quirk pci_serial_quirks[] __refdata = {
                .device         = 0x800D,
                .init           = pci_eg20t_init,
        },
-       {
-               .vendor         = 0x10DB,
-               .device         = 0x800D,
-               .init           = pci_eg20t_init,
-       },
        /*
         * Cronyx Omega PCI (PLX-chip based)
         */