diff options
Diffstat (limited to 'drivers/media/video')
-rw-r--r-- | drivers/media/video/zoran/zoran_card.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/media/video/zoran/zoran_card.c b/drivers/media/video/zoran/zoran_card.c index 05f39195372e..4e8ecf356ad0 100644 --- a/drivers/media/video/zoran/zoran_card.c +++ b/drivers/media/video/zoran/zoran_card.c | |||
@@ -153,6 +153,14 @@ MODULE_DESCRIPTION("Zoran-36057/36067 JPEG codec driver"); | |||
153 | MODULE_AUTHOR("Serguei Miridonov"); | 153 | MODULE_AUTHOR("Serguei Miridonov"); |
154 | MODULE_LICENSE("GPL"); | 154 | MODULE_LICENSE("GPL"); |
155 | 155 | ||
156 | #if (defined(CONFIG_VIDEO_ZORAN_MODULE) && defined(MODULE)) | ||
157 | static struct pci_device_id zr36067_pci_tbl[] = { | ||
158 | {PCI_VENDOR_ID_ZORAN, PCI_DEVICE_ID_ZORAN_36057, | ||
159 | PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0}, | ||
160 | {0} | ||
161 | }; | ||
162 | MODULE_DEVICE_TABLE(pci, zr36067_pci_tbl); | ||
163 | #endif | ||
156 | 164 | ||
157 | int zoran_num; /* number of Buzs in use */ | 165 | int zoran_num; /* number of Buzs in use */ |
158 | struct zoran *zoran[BUZ_MAX]; | 166 | struct zoran *zoran[BUZ_MAX]; |