aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/meye.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2009-07-05 14:59:21 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-09-12 11:17:25 -0400
commit76e9741d1d7deb332abbbc3d8fc4c55154e2c180 (patch)
tree3ee54e4657433e63503cdbfdabccbbecf4a94591 /drivers/media/video/meye.c
parent0389b34e7c5c2dcdef61ed1741db674b47e4dc00 (diff)
V4L/DVB (12204): bttv and meye: Use PCI_VDEVICE
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/meye.c')
-rw-r--r--drivers/media/video/meye.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/video/meye.c b/drivers/media/video/meye.c
index 1d66855a379a..d0765bed79c9 100644
--- a/drivers/media/video/meye.c
+++ b/drivers/media/video/meye.c
@@ -1915,8 +1915,7 @@ static void __devexit meye_remove(struct pci_dev *pcidev)
1915} 1915}
1916 1916
1917static struct pci_device_id meye_pci_tbl[] = { 1917static struct pci_device_id meye_pci_tbl[] = {
1918 { PCI_VENDOR_ID_KAWASAKI, PCI_DEVICE_ID_MCHIP_KL5A72002, 1918 { PCI_VDEVICE(KAWASAKI, PCI_DEVICE_ID_MCHIP_KL5A72002), 0 },
1919 PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 },
1920 { } 1919 { }
1921}; 1920};
1922 1921