diff options
author | Jonathan Corbet <corbet@lwn.net> | 2007-03-25 10:36:02 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-04-27 14:45:02 -0400 |
commit | 76f4a12000254d460e947d2a95ab422ee6e598bf (patch) | |
tree | 810d9400f174f1fe3cce45a5c8a96b833c1a26d2 /drivers/media/video/cafe_ccic.c | |
parent | 018cfd51f682876fec682a33819964c1d6ed6794 (diff) |
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>
Diffstat (limited to 'drivers/media/video/cafe_ccic.c')
-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) | |||
2184 | 2184 | ||
2185 | 2185 | ||
2186 | static struct pci_device_id cafe_ids[] = { | 2186 | static struct pci_device_id cafe_ids[] = { |
2187 | { PCI_DEVICE(0x1148, 0x4340) }, /* Temporary ID on devel board */ | ||
2188 | { PCI_DEVICE(0x11ab, 0x4100) }, /* Eventual real ID */ | 2187 | { PCI_DEVICE(0x11ab, 0x4100) }, /* Eventual real ID */ |
2189 | { PCI_DEVICE(0x11ab, 0x4102) }, /* Really eventual real ID */ | 2188 | { PCI_DEVICE(0x11ab, 0x4102) }, /* Really eventual real ID */ |
2190 | { 0, } | 2189 | { 0, } |