diff options
Diffstat (limited to 'drivers/media/video/zoran/zoran_driver.c')
-rw-r--r-- | drivers/media/video/zoran/zoran_driver.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/video/zoran/zoran_driver.c b/drivers/media/video/zoran/zoran_driver.c index 2771d818406e..d4d05d2ace65 100644 --- a/drivers/media/video/zoran/zoran_driver.c +++ b/drivers/media/video/zoran/zoran_driver.c | |||
@@ -44,7 +44,6 @@ | |||
44 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 44 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
45 | */ | 45 | */ |
46 | 46 | ||
47 | #include <linux/version.h> | ||
48 | #include <linux/init.h> | 47 | #include <linux/init.h> |
49 | #include <linux/module.h> | 48 | #include <linux/module.h> |
50 | #include <linux/delay.h> | 49 | #include <linux/delay.h> |
@@ -1538,8 +1537,6 @@ static int zoran_querycap(struct file *file, void *__fh, struct v4l2_capability | |||
1538 | strncpy(cap->driver, "zoran", sizeof(cap->driver)-1); | 1537 | strncpy(cap->driver, "zoran", sizeof(cap->driver)-1); |
1539 | snprintf(cap->bus_info, sizeof(cap->bus_info), "PCI:%s", | 1538 | snprintf(cap->bus_info, sizeof(cap->bus_info), "PCI:%s", |
1540 | pci_name(zr->pci_dev)); | 1539 | pci_name(zr->pci_dev)); |
1541 | cap->version = KERNEL_VERSION(MAJOR_VERSION, MINOR_VERSION, | ||
1542 | RELEASE_VERSION); | ||
1543 | cap->capabilities = V4L2_CAP_STREAMING | V4L2_CAP_VIDEO_CAPTURE | | 1540 | cap->capabilities = V4L2_CAP_STREAMING | V4L2_CAP_VIDEO_CAPTURE | |
1544 | V4L2_CAP_VIDEO_OUTPUT | V4L2_CAP_VIDEO_OVERLAY; | 1541 | V4L2_CAP_VIDEO_OUTPUT | V4L2_CAP_VIDEO_OVERLAY; |
1545 | return 0; | 1542 | return 0; |