From 0c682712e5cdb7bf21b9eae4b94221fb52dac653 Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Tue, 18 Oct 2005 13:54:03 +0000 Subject: - Commented obsoleted stuff at videodev headers. - Removed reference to owner on video_device on em2820. Signed-off-by: Mauro Carvalho Chehab --- linux/drivers/media/video/em28xx/em28xx-video.c | 2 -- linux/drivers/usb/media/em2820-video.c | 2 -- 2 files changed, 4 deletions(-) (limited to 'linux/drivers') 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; -- cgit v1.2.3