diff options
author | Gerd Knorr <devnull@localhost> | 2004-04-22 11:06:45 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-04-22 11:06:45 +0000 |
commit | 8eaf3df89e72c6bcad69267531b1b05390cffa54 (patch) | |
tree | 351321c4b9b6b6e011df4057755f9b36249549bb /linux/drivers/media/video/cx88/cx88.h | |
parent | a35cda5504266d06a8ecb0fe58b5a36e27f7220b (diff) | |
download | mediapointer-dvb-s2-8eaf3df89e72c6bcad69267531b1b05390cffa54.tar.gz mediapointer-dvb-s2-8eaf3df89e72c6bcad69267531b1b05390cffa54.tar.bz2 |
- cx88: print some help for unknown cards.
- tda9887: make qss insmod option work for both enable/disable.
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88.h')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88.h b/linux/drivers/media/video/cx88/cx88.h index 628fdfe99..96af2cdf3 100644 --- a/linux/drivers/media/video/cx88/cx88.h +++ b/linux/drivers/media/video/cx88/cx88.h @@ -371,7 +371,8 @@ extern const unsigned int cx88_bcount; extern struct cx88_subid cx88_subids[]; extern const unsigned int cx88_idcount; -extern void __devinit cx88_card_setup(struct cx8800_dev *dev); +extern void cx88_card_list(struct cx8800_dev *dev); +extern void cx88_card_setup(struct cx8800_dev *dev); /* ----------------------------------------------------------- */ /* cx88-tvaudio.c */ |