Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c39d7ea authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

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: default avatarHans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent a399810c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -462,7 +462,6 @@ static const struct v4l2_ioctl_ops usb_dsbr100_ioctl_ops = {

/* V4L2 interface */
static struct video_device dsbr100_videodev_template = {
	.owner		= THIS_MODULE,
	.name		= "D-Link DSB-R 100",
	.type		= VID_TYPE_TUNER,
	.fops		= &usb_dsbr100_fops,
+0 −1
Original line number Diff line number Diff line
@@ -229,7 +229,6 @@ static const struct file_operations pcm20_fops = {
};

static struct video_device pcm20_radio = {
	.owner		= THIS_MODULE,
	.name		= "Miro PCM 20 radio",
	.type		= VID_TYPE_TUNER,
	.fops           = &pcm20_fops,
+0 −1
Original line number Diff line number Diff line
@@ -405,7 +405,6 @@ static const struct v4l2_ioctl_ops rtrack_ioctl_ops = {
};

static struct video_device rtrack_radio = {
	.owner		= THIS_MODULE,
	.name		= "RadioTrack radio",
	.type		= VID_TYPE_TUNER,
	.fops           = &rtrack_fops,
+0 −1
Original line number Diff line number Diff line
@@ -369,7 +369,6 @@ static const struct v4l2_ioctl_ops aztech_ioctl_ops = {
};

static struct video_device aztech_radio = {
	.owner		    = THIS_MODULE,
	.name		    = "Aztech radio",
	.type		    = VID_TYPE_TUNER,
	.fops               = &aztech_fops,
+0 −1
Original line number Diff line number Diff line
@@ -586,7 +586,6 @@ static const struct v4l2_ioctl_ops cadet_ioctl_ops = {
};

static struct video_device cadet_radio = {
	.owner		= THIS_MODULE,
	.name		= "Cadet radio",
	.type		= VID_TYPE_TUNER,
	.fops           = &cadet_fops,
Loading