From: Martin Michlmayr Remove a duplicated entry from parport_serial_pci_tbl. Signed-off-by: Martin Michlmayr Signed-off-by: Andrew Morton --- drivers/parport/parport_serial.c | 2 -- 1 files changed, 2 deletions(-) diff -puN drivers/parport/parport_serial.c~parport-remove-duplicate-entry-for-netmos_9835 drivers/parport/parport_serial.c --- 25/drivers/parport/parport_serial.c~parport-remove-duplicate-entry-for-netmos_9835 Thu Apr 6 15:29:58 2006 +++ 25-akpm/drivers/parport/parport_serial.c Thu Apr 6 15:29:58 2006 @@ -100,8 +100,6 @@ static struct pci_device_id parport_seri PCI_ANY_ID, PCI_ANY_ID, 0, 0, netmos_9xx5_combo }, { PCI_VENDOR_ID_NETMOS, PCI_DEVICE_ID_NETMOS_9835, PCI_ANY_ID, PCI_ANY_ID, 0, 0, netmos_9xx5_combo }, - { PCI_VENDOR_ID_NETMOS, PCI_DEVICE_ID_NETMOS_9835, - PCI_ANY_ID, PCI_ANY_ID, 0, 0, netmos_9xx5_combo }, { PCI_VENDOR_ID_NETMOS, PCI_DEVICE_ID_NETMOS_9845, PCI_ANY_ID, PCI_ANY_ID, 0, 0, netmos_9xx5_combo }, { PCI_VENDOR_ID_NETMOS, PCI_DEVICE_ID_NETMOS_9855, _