diff options
Diffstat (limited to 'drivers/media/video/cx18/cx18-driver.h')
-rw-r--r-- | drivers/media/video/cx18/cx18-driver.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/cx18/cx18-driver.h b/drivers/media/video/cx18/cx18-driver.h index a4b1708fafe7..e721c01d2178 100644 --- a/drivers/media/video/cx18/cx18-driver.h +++ b/drivers/media/video/cx18/cx18-driver.h | |||
@@ -402,8 +402,6 @@ struct cx18 { | |||
402 | spinlock_t lock; /* lock access to this struct */ | 402 | spinlock_t lock; /* lock access to this struct */ |
403 | int search_pack_header; | 403 | int search_pack_header; |
404 | 404 | ||
405 | spinlock_t dma_reg_lock; /* lock access to DMA engine registers */ | ||
406 | |||
407 | int open_id; /* incremented each time an open occurs, used as | 405 | int open_id; /* incremented each time an open occurs, used as |
408 | unique ID. Starts at 1, so 0 can be used as | 406 | unique ID. Starts at 1, so 0 can be used as |
409 | uninitialized value in the stream->id. */ | 407 | uninitialized value in the stream->id. */ |