diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2008-07-21 06:51:45 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-26 11:55:07 -0400 |
commit | 9c39d7eafa366b807067697f7fc5b14d8b865179 (patch) | |
tree | 52442a49ab95ed1c3495a398ad6b271d6c65f1b9 /drivers/media/video/usbvision | |
parent | a399810ca69d9d4bd30ab8c1678c7439e567f90b (diff) |
V4L/DVB (8483): Remove obsolete owner field from video_device struct.
According to an old comment this should have been removed in 2.6.15.
Better late than never...
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/usbvision')
-rw-r--r-- | drivers/media/video/usbvision/usbvision-video.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/video/usbvision/usbvision-video.c b/drivers/media/video/usbvision/usbvision-video.c index 7eccdc1ea2d7..e97f955aad67 100644 --- a/drivers/media/video/usbvision/usbvision-video.c +++ b/drivers/media/video/usbvision/usbvision-video.c | |||
@@ -1406,7 +1406,6 @@ static const struct v4l2_ioctl_ops usbvision_ioctl_ops = { | |||
1406 | }; | 1406 | }; |
1407 | 1407 | ||
1408 | static struct video_device usbvision_video_template = { | 1408 | static struct video_device usbvision_video_template = { |
1409 | .owner = THIS_MODULE, | ||
1410 | .type = VID_TYPE_TUNER | VID_TYPE_CAPTURE, | 1409 | .type = VID_TYPE_TUNER | VID_TYPE_CAPTURE, |
1411 | .fops = &usbvision_fops, | 1410 | .fops = &usbvision_fops, |
1412 | .ioctl_ops = &usbvision_ioctl_ops, | 1411 | .ioctl_ops = &usbvision_ioctl_ops, |
@@ -1445,7 +1444,6 @@ static const struct v4l2_ioctl_ops usbvision_radio_ioctl_ops = { | |||
1445 | }; | 1444 | }; |
1446 | 1445 | ||
1447 | static struct video_device usbvision_radio_template = { | 1446 | static struct video_device usbvision_radio_template = { |
1448 | .owner = THIS_MODULE, | ||
1449 | .type = VID_TYPE_TUNER, | 1447 | .type = VID_TYPE_TUNER, |
1450 | .fops = &usbvision_radio_fops, | 1448 | .fops = &usbvision_radio_fops, |
1451 | .name = "usbvision-radio", | 1449 | .name = "usbvision-radio", |
@@ -1469,7 +1467,6 @@ static const struct file_operations usbvision_vbi_fops = { | |||
1469 | 1467 | ||
1470 | static struct video_device usbvision_vbi_template= | 1468 | static struct video_device usbvision_vbi_template= |
1471 | { | 1469 | { |
1472 | .owner = THIS_MODULE, | ||
1473 | .type = VID_TYPE_TUNER, | 1470 | .type = VID_TYPE_TUNER, |
1474 | .fops = &usbvision_vbi_fops, | 1471 | .fops = &usbvision_vbi_fops, |
1475 | .release = video_device_release, | 1472 | .release = video_device_release, |