diff options
author | Jonathan Corbet <corbet@lwn.net> | 2007-03-25 11:36:02 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-04-27 15:45:02 -0300 |
commit | 76f4a12000254d460e947d2a95ab422ee6e598bf (patch) | |
tree | 810d9400f174f1fe3cce45a5c8a96b833c1a26d2 | |
parent | 018cfd51f682876fec682a33819964c1d6ed6794 (diff) | |
download | blackbird-op-linux-76f4a12000254d460e947d2a95ab422ee6e598bf.tar.gz blackbird-op-linux-76f4a12000254d460e947d2a95ab422ee6e598bf.zip |
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: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r-- | drivers/media/video/cafe_ccic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/cafe_ccic.c b/drivers/media/video/cafe_ccic.c index b223efdc9ee3..f629c559e7dd 100644 --- a/drivers/media/video/cafe_ccic.c +++ b/drivers/media/video/cafe_ccic.c @@ -2184,7 +2184,6 @@ static void cafe_pci_remove(struct pci_dev *pdev) 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, 0x4102) }, /* Really eventual real ID */ { 0, } |