Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dacacc3e authored by Tomoya MORINAGA's avatar Tomoya MORINAGA Committed by Greg Kroah-Hartman
Browse files

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: default avatarTomoya MORINAGA <tomoya-linux@dsn.okisemi.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 44178176
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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)
	 */