[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1308110216-5012-1-git-send-email-tomoya-linux@dsn.okisemi.com>
Date: Wed, 15 Jun 2011 12:56:56 +0900
From: Tomoya MORINAGA <tomoya-linux@....okisemi.com>
To: Alan Cox <alan@...ux.intel.com>, gregkh@...e.de,
linux-kernel@...r.kernel.org, linux-serial@...r.kernel.org
Cc: qi.wang@...el.com, yong.y.wang@...el.com, joel.clark@...el.com,
kok.howg.ewe@...el.com, toshiharu-linux@....okisemi.com,
Tomoya MORINAGA <tomoya-linux@....okisemi.com>
Subject: [PATCH] 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@....okisemi.com>
---
drivers/tty/serial/8250_pci.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/drivers/tty/serial/8250_pci.c b/drivers/tty/serial/8250_pci.c
index 2b40fbf..8c5ec2a 100644
--- a/drivers/tty/serial/8250_pci.c
+++ b/drivers/tty/serial/8250_pci.c
@@ -1484,11 +1484,6 @@ static struct pci_serial_quirk pci_serial_quirks[] __refdata = {
.device = 0x800D,
.init = pci_eg20t_init,
},
- {
- .vendor = 0x10DB,
- .device = 0x800D,
- .init = pci_eg20t_init,
- },
/*
* Default "match everything" terminator entry
*/
--
1.7.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists