aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomoya MORINAGA <tomoya-linux@dsn.okisemi.com>2011-07-12 16:08:49 +0900
committerGreg Kroah-Hartman <gregkh@suse.de>2011-08-23 10:06:28 -0700
commitdacacc3e794c4c5bab05d97afc19e372e1877943 (patch)
tree5812b69151bb09932bee2beb00dd64df03631921
parent44178176ecc55ad370b837dd2c4b4b8bed1e3823 (diff)
downloadxen-dacacc3e794c4c5bab05d97afc19e372e1877943.tar.gz
serial/8250_pci: delete duplicate data definition
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>
-rw-r--r--drivers/tty/serial/8250_pci.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/tty/serial/8250_pci.c b/drivers/tty/serial/8250_pci.c
index f652a7b8913b2..3abeca2a2a1bb 100644
--- a/drivers/tty/serial/8250_pci.c
+++ b/drivers/tty/serial/8250_pci.c
@@ -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)
*/