summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/gspca/gspca.h
diff options
context:
space:
mode:
authorHans de Goede2008-11-19 21:10:47 +0100
committerMauro Carvalho Chehab2008-12-29 20:53:39 +0100
commitd01823069f40b8ff084449bf469ba558b1bc951d (patch)
tree0565f2491dfceafc9614469d496c28c0b6d16b93 /drivers/media/video/gspca/gspca.h
parentV4L/DVB (9703): Move the s5k4aa vflip quirk table to the main sensor file in ... (diff)
downloadkernel-qcow2-linux-d01823069f40b8ff084449bf469ba558b1bc951d.tar.gz
kernel-qcow2-linux-d01823069f40b8ff084449bf469ba558b1bc951d.tar.xz
kernel-qcow2-linux-d01823069f40b8ff084449bf469ba558b1bc951d.zip
V4L/DVB (9706): gspca: Use the ref counting of v4l2 for disconnection.
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Jean-Francois Moine <moinejf@free.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/gspca/gspca.h')
-rw-r--r--drivers/media/video/gspca/gspca.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/gspca.h b/drivers/media/video/gspca/gspca.h
index 4ff9b8105f05..dcfc6fd2a402 100644
--- a/drivers/media/video/gspca/gspca.h
+++ b/drivers/media/video/gspca/gspca.h
@@ -127,7 +127,6 @@ struct gspca_dev {
struct video_device vdev; /* !! must be the first item */
struct module *module; /* subdriver handling the device */
struct usb_device *dev;
- struct kref kref;
struct file *capt_file; /* file doing video capture */
struct cam cam; /* device information */