diff options
Diffstat (limited to 'drivers/media/platform/omap3isp/ispqueue.h')
-rw-r--r-- | drivers/media/platform/omap3isp/ispqueue.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/platform/omap3isp/ispqueue.h b/drivers/media/platform/omap3isp/ispqueue.h index 27189bb5a690..ecff055d7a5b 100644 --- a/drivers/media/platform/omap3isp/ispqueue.h +++ b/drivers/media/platform/omap3isp/ispqueue.h | |||
@@ -132,7 +132,6 @@ struct isp_video_queue_operations { | |||
132 | * @bufsize: Size of a driver-specific buffer object | 132 | * @bufsize: Size of a driver-specific buffer object |
133 | * @count: Number of currently allocated buffers | 133 | * @count: Number of currently allocated buffers |
134 | * @buffers: ISP video buffers | 134 | * @buffers: ISP video buffers |
135 | * @lock: Mutex to protect access to the buffers, main queue and state | ||
136 | * @irqlock: Spinlock to protect access to the IRQ queue | 135 | * @irqlock: Spinlock to protect access to the IRQ queue |
137 | * @streaming: Queue state, indicates whether the queue is streaming | 136 | * @streaming: Queue state, indicates whether the queue is streaming |
138 | * @queue: List of all queued buffers | 137 | * @queue: List of all queued buffers |
@@ -145,7 +144,6 @@ struct isp_video_queue { | |||
145 | 144 | ||
146 | unsigned int count; | 145 | unsigned int count; |
147 | struct isp_video_buffer *buffers[ISP_VIDEO_MAX_BUFFERS]; | 146 | struct isp_video_buffer *buffers[ISP_VIDEO_MAX_BUFFERS]; |
148 | struct mutex lock; | ||
149 | spinlock_t irqlock; | 147 | spinlock_t irqlock; |
150 | 148 | ||
151 | unsigned int streaming:1; | 149 | unsigned int streaming:1; |