aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx18/cx18-driver.h
diff options
context:
space:
mode:
authorAndy Walls <awalls@radix.net>2009-02-01 21:44:00 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 11:42:38 -0400
commit4325dff220918c2ced82d16c3475d9a5afb1cab3 (patch)
treeb7d9b6d6fa309180cbb909c6384f2f6d487dd91c /drivers/media/video/cx18/cx18-driver.h
parent0b089742c79b39d4a650614896fec7a6569f338e (diff)
V4L/DVB (10437): cx18: Remove an unused spinlock
Signed-off-by: Andy Walls <awalls@radix.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx18/cx18-driver.h')
-rw-r--r--drivers/media/video/cx18/cx18-driver.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/cx18/cx18-driver.h b/drivers/media/video/cx18/cx18-driver.h
index 3a21013cd82b..d95c6ace2b96 100644
--- a/drivers/media/video/cx18/cx18-driver.h
+++ b/drivers/media/video/cx18/cx18-driver.h
@@ -429,7 +429,6 @@ struct cx18 {
429 unsigned long i_flags; /* global cx18 flags */ 429 unsigned long i_flags; /* global cx18 flags */
430 atomic_t ana_capturing; /* count number of active analog capture streams */ 430 atomic_t ana_capturing; /* count number of active analog capture streams */
431 atomic_t tot_capturing; /* total count number of active capture streams */ 431 atomic_t tot_capturing; /* total count number of active capture streams */
432 spinlock_t lock; /* lock access to this struct */
433 int search_pack_header; 432 int search_pack_header;
434 433
435 int open_id; /* incremented each time an open occurs, used as 434 int open_id; /* incremented each time an open occurs, used as