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

Commit 1a9ca74d authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Linus Torvalds
Browse files

[PATCH] v4l: 815: commented obsoleted stuff at videodev headers



- Commented obsoleted stuff at videodev headers.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 86bb4a21
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -1671,7 +1671,6 @@ static int em2820_init_dev(struct em2820 **devhandle, struct usb_device *udev,
		return -ENOMEM;
		return -ENOMEM;
	}
	}


	dev->vdev->owner = THIS_MODULE;
	dev->vdev->type = VID_TYPE_CAPTURE;
	dev->vdev->type = VID_TYPE_CAPTURE;
	if (dev->has_tuner)
	if (dev->has_tuner)
		dev->vdev->type |= VID_TYPE_TUNER;
		dev->vdev->type |= VID_TYPE_TUNER;
+0 −10
Original line number Original line Diff line number Diff line
@@ -27,16 +27,6 @@ video_device_remove_file(struct video_device *vfd,
	class_device_remove_file(&vfd->class_dev, attr);
	class_device_remove_file(&vfd->class_dev, attr);
}
}


/* helper functions to access driver private data. */
static inline void *video_get_drvdata(struct video_device *dev)
{
	return dev->priv;
}

static inline void video_set_drvdata(struct video_device *dev, void *data)
{
	dev->priv = data;
}


extern int video_exclusive_open(struct inode *inode, struct file *file);
extern int video_exclusive_open(struct inode *inode, struct file *file);
extern int video_exclusive_release(struct inode *inode, struct file *file);
extern int video_exclusive_release(struct inode *inode, struct file *file);
+0 −7
Original line number Original line Diff line number Diff line
@@ -50,13 +50,6 @@ struct video_device
	void (*release)(struct video_device *vfd);
	void (*release)(struct video_device *vfd);




	/* obsolete -- fops->owner is used instead */
	struct module *owner;
	/* dev->driver_data will be used instead some day.
	 * Use the video_{get|set}_drvdata() helper functions,
	 * so the switch over will be transparent for you.
	 * Or use {pci|usb}_{get|set}_drvdata() directly. */
	void *priv;


	/* for videodev.c intenal usage -- please don't touch */
	/* for videodev.c intenal usage -- please don't touch */
	int users;                     /* video_exclusive_{open|close} ... */
	int users;                     /* video_exclusive_{open|close} ... */