Commit 76f4a120 authored by Jonathan Corbet's avatar Jonathan Corbet Committed by Mauro Carvalho Chehab

V4L/DVB (5465): Remove an obsolete PCI ID

Remove an obsolete PCI ID.

The CAFE driver includes three PCI IDs, one of which corresponds to 
a development board which is no longer in use.
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 018cfd51
...@@ -2184,7 +2184,6 @@ static void cafe_pci_remove(struct pci_dev *pdev) ...@@ -2184,7 +2184,6 @@ static void cafe_pci_remove(struct pci_dev *pdev)
static struct pci_device_id cafe_ids[] = { static struct pci_device_id cafe_ids[] = {
{ PCI_DEVICE(0x1148, 0x4340) }, /* Temporary ID on devel board */
{ PCI_DEVICE(0x11ab, 0x4100) }, /* Eventual real ID */ { PCI_DEVICE(0x11ab, 0x4100) }, /* Eventual real ID */
{ PCI_DEVICE(0x11ab, 0x4102) }, /* Really eventual real ID */ { PCI_DEVICE(0x11ab, 0x4102) }, /* Really eventual real ID */
{ 0, } { 0, }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment