summaryrefslogtreecommitdiff
path: root/linux/drivers
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-10-18 13:54:03 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-10-18 13:54:03 +0000
commit0c682712e5cdb7bf21b9eae4b94221fb52dac653 (patch)
tree446c0660f6b4faf646c83b8968865bcf2d14ac63 /linux/drivers
parentef49968c90aa8c4ee3ada552bcf5833e3c942285 (diff)
downloadmediapointer-dvb-s2-0c682712e5cdb7bf21b9eae4b94221fb52dac653.tar.gz
mediapointer-dvb-s2-0c682712e5cdb7bf21b9eae4b94221fb52dac653.tar.bz2
- Commented obsoleted stuff at videodev headers.
- Removed reference to owner on video_device on em2820. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/drivers')
-rw-r--r--linux/drivers/media/video/em28xx/em28xx-video.c2
-rw-r--r--linux/drivers/usb/media/em2820-video.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-video.c b/linux/drivers/media/video/em28xx/em28xx-video.c
index 01fdd456e..b6b600c5b 100644
--- a/linux/drivers/media/video/em28xx/em28xx-video.c
+++ b/linux/drivers/media/video/em28xx/em28xx-video.c
@@ -1827,7 +1827,6 @@ static int em2820_init_dev(struct em2820 **devhandle, struct usb_device *udev,
}
#if 0
dev->vbi_dev = video_device_alloc();
- dev->vbi_dev->owner = THIS_MODULE;
dev->vbi_dev->type = VID_TYPE_TELETEXT;
dev->vbi_dev->hardware = 0;
dev->vbi_dev->fops = &em2820_v4l_fops;
@@ -1838,7 +1837,6 @@ static int em2820_init_dev(struct em2820 **devhandle, struct usb_device *udev,
"em2820 vbi");
#endif
- dev->vdev->owner = THIS_MODULE;
dev->vdev->type = VID_TYPE_CAPTURE;
if (dev->has_tuner)
dev->vdev->type |= VID_TYPE_TUNER;
diff --git a/linux/drivers/usb/media/em2820-video.c b/linux/drivers/usb/media/em2820-video.c
index 01fdd456e..b6b600c5b 100644
--- a/linux/drivers/usb/media/em2820-video.c
+++ b/linux/drivers/usb/media/em2820-video.c
@@ -1827,7 +1827,6 @@ static int em2820_init_dev(struct em2820 **devhandle, struct usb_device *udev,
}
#if 0
dev->vbi_dev = video_device_alloc();
- dev->vbi_dev->owner = THIS_MODULE;
dev->vbi_dev->type = VID_TYPE_TELETEXT;
dev->vbi_dev->hardware = 0;
dev->vbi_dev->fops = &em2820_v4l_fops;
@@ -1838,7 +1837,6 @@ static int em2820_init_dev(struct em2820 **devhandle, struct usb_device *udev,
"em2820 vbi");
#endif
- dev->vdev->owner = THIS_MODULE;
dev->vdev->type = VID_TYPE_CAPTURE;
if (dev->has_tuner)
dev->vdev->type |= VID_TYPE_TUNER;