aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/cx88/cx88.h')
-rw-r--r--drivers/media/video/cx88/cx88.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h
index a4f7befda5b0..738d4f20c580 100644
--- a/drivers/media/video/cx88/cx88.h
+++ b/drivers/media/video/cx88/cx88.h
@@ -481,6 +481,8 @@ struct cx8802_dev {
481 481
482 /* List of attached drivers */ 482 /* List of attached drivers */
483 struct cx8802_driver drvlist; 483 struct cx8802_driver drvlist;
484 struct work_struct request_module_wk;
485
484}; 486};
485 487
486/* ----------------------------------------------------------- */ 488/* ----------------------------------------------------------- */
@@ -510,7 +512,7 @@ struct cx8802_dev {
510/* cx88-core.c */ 512/* cx88-core.c */
511 513
512extern void cx88_print_irqbits(char *name, char *tag, char **strings, 514extern void cx88_print_irqbits(char *name, char *tag, char **strings,
513 u32 bits, u32 mask); 515 int len, u32 bits, u32 mask);
514 516
515extern int cx88_core_irq(struct cx88_core *core, u32 status); 517extern int cx88_core_irq(struct cx88_core *core, u32 status);
516extern void cx88_wakeup(struct cx88_core *core, 518extern void cx88_wakeup(struct cx88_core *core,