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.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h
index 3636ec26de59..80e49f986fbb 100644
--- a/drivers/media/video/cx88/cx88.h
+++ b/drivers/media/video/cx88/cx88.h
@@ -580,15 +580,9 @@ extern void cx88_call_i2c_clients(struct cx88_core *core,
580/* ----------------------------------------------------------- */ 580/* ----------------------------------------------------------- */
581/* cx88-cards.c */ 581/* cx88-cards.c */
582 582
583extern const struct cx88_board cx88_boards[]; 583extern int cx88_get_resources(const struct cx88_core *core,
584extern const unsigned int cx88_bcount; 584 struct pci_dev *pci);
585 585extern struct cx88_core *cx88_core_create(struct pci_dev *pci, int nr);
586extern struct cx88_subid cx88_subids[];
587extern const unsigned int cx88_idcount;
588
589extern void cx88_card_list(struct cx88_core *core, struct pci_dev *pci);
590extern void cx88_card_setup(struct cx88_core *core);
591extern void cx88_card_setup_pre_i2c(struct cx88_core *core);
592 586
593/* ----------------------------------------------------------- */ 587/* ----------------------------------------------------------- */
594/* cx88-tvaudio.c */ 588/* cx88-tvaudio.c */