diff options
Diffstat (limited to 'drivers/media/video/cx18/cx18-driver.h')
-rw-r--r-- | drivers/media/video/cx18/cx18-driver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx18/cx18-driver.h b/drivers/media/video/cx18/cx18-driver.h index cad352aeb837..f06290d32ecf 100644 --- a/drivers/media/video/cx18/cx18-driver.h +++ b/drivers/media/video/cx18/cx18-driver.h | |||
@@ -212,6 +212,7 @@ struct cx18_buffer { | |||
212 | dma_addr_t dma_handle; | 212 | dma_addr_t dma_handle; |
213 | u32 id; | 213 | u32 id; |
214 | unsigned long b_flags; | 214 | unsigned long b_flags; |
215 | unsigned skipped; | ||
215 | char *buf; | 216 | char *buf; |
216 | 217 | ||
217 | u32 bytesused; | 218 | u32 bytesused; |