diff options
Diffstat (limited to 'drivers/media/video/cx18/cx18-driver.h')
-rw-r--r-- | drivers/media/video/cx18/cx18-driver.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/media/video/cx18/cx18-driver.h b/drivers/media/video/cx18/cx18-driver.h index f06290d32ecf..6e4c90e6cc7c 100644 --- a/drivers/media/video/cx18/cx18-driver.h +++ b/drivers/media/video/cx18/cx18-driver.h | |||
@@ -367,11 +367,6 @@ struct cx18_i2c_algo_callback_data { | |||
367 | }; | 367 | }; |
368 | 368 | ||
369 | #define CX18_MAX_MMIO_WR_RETRIES 10 | 369 | #define CX18_MAX_MMIO_WR_RETRIES 10 |
370 | #define CX18_MAX_MB_ACK_DELAY 100 | ||
371 | |||
372 | struct cx18_mbox_stats { | ||
373 | atomic_t mb_ack_delay[CX18_MAX_MB_ACK_DELAY+1]; | ||
374 | }; | ||
375 | 370 | ||
376 | /* Struct to hold info about cx18 cards */ | 371 | /* Struct to hold info about cx18 cards */ |
377 | struct cx18 { | 372 | struct cx18 { |
@@ -467,9 +462,6 @@ struct cx18 { | |||
467 | u32 gpio_val; | 462 | u32 gpio_val; |
468 | struct mutex gpio_lock; | 463 | struct mutex gpio_lock; |
469 | 464 | ||
470 | /* Statistics */ | ||
471 | struct cx18_mbox_stats mbox_stats; | ||
472 | |||
473 | /* v4l2 and User settings */ | 465 | /* v4l2 and User settings */ |
474 | 466 | ||
475 | /* codec settings */ | 467 | /* codec settings */ |