diff options
Diffstat (limited to 'drivers/media/video/cx25840/cx25840-core.h')
-rw-r--r-- | drivers/media/video/cx25840/cx25840-core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx25840/cx25840-core.h b/drivers/media/video/cx25840/cx25840-core.h index ea669b1f084d..95093edc9186 100644 --- a/drivers/media/video/cx25840/cx25840-core.h +++ b/drivers/media/video/cx25840/cx25840-core.h | |||
@@ -47,6 +47,7 @@ struct cx25840_state { | |||
47 | u32 id; | 47 | u32 id; |
48 | u32 rev; | 48 | u32 rev; |
49 | int is_cx25836; | 49 | int is_cx25836; |
50 | int is_cx23885; | ||
50 | int is_initialized; | 51 | int is_initialized; |
51 | wait_queue_head_t fw_wait; /* wake up when the fw load is finished */ | 52 | wait_queue_head_t fw_wait; /* wake up when the fw load is finished */ |
52 | struct work_struct fw_work; /* work entry for fw load */ | 53 | struct work_struct fw_work; /* work entry for fw load */ |