diff options
author | Hans de Goede <hdegoede@redhat.com> | 2008-11-19 21:16:26 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-12-30 12:38:06 +0100 |
commit | 181b704fd3e32cdf779bc4d5b99d43a4b2c25985 (patch) | |
tree | 27218613f61174b1d2acdbc28f65eed96bac19b1 /drivers/media/video/gspca/gspca.h | |
parent | V4L/DVB (9655): radio-mr800: fix unplug (diff) | |
download | linux-181b704fd3e32cdf779bc4d5b99d43a4b2c25985.tar.xz linux-181b704fd3e32cdf779bc4d5b99d43a4b2c25985.zip |
V4L/DVB (9707): gspca: Remove the event counter and simplify the frame wait.
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/gspca.h b/drivers/media/video/gspca/gspca.h index dcfc6fd2a402..15db13296b83 100644 --- a/drivers/media/video/gspca/gspca.h +++ b/drivers/media/video/gspca/gspca.h @@ -155,7 +155,6 @@ struct gspca_dev { __u16 height; __u32 sequence; /* frame sequence number */ - atomic_t nevent; /* number of frames done */ wait_queue_head_t wq; /* wait queue */ struct mutex usb_lock; /* usb exchange protection */ struct mutex read_lock; /* read protection */ |