diff options
author | Gerd Knorr <devnull@localhost> | 2004-03-16 12:59:40 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-03-16 12:59:40 +0000 |
commit | ebeb4ec5a0c0415beb612c912b095e140b09c8dd (patch) | |
tree | 59f7b7c1ed2004deacf865ce6616993ef176002c /linux/drivers/media/video/cx88/cx88.h | |
parent | 0936e8eeba58f9a7937356e3df175e4bf206ba08 (diff) | |
download | mediapointer-dvb-s2-ebeb4ec5a0c0415beb612c912b095e140b09c8dd.tar.gz mediapointer-dvb-s2-ebeb4ec5a0c0415beb612c912b095e140b09c8dd.tar.bz2 |
- misc.
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88.h')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/drivers/media/video/cx88/cx88.h b/linux/drivers/media/video/cx88/cx88.h index 5fadf124c..766c8eb04 100644 --- a/linux/drivers/media/video/cx88/cx88.h +++ b/linux/drivers/media/video/cx88/cx88.h @@ -1,7 +1,7 @@ /* - * v4l2 device driver for philips saa7134 based TV cards + * v4l2 device driver for cx2388x based TV cards * - * (c) 2001,02 Gerd Knorr <kraxel@bytesex.org> + * (c) 2003,04 Gerd Knorr <kraxel@bytesex.org> [SUSE Labs] * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -367,7 +367,7 @@ extern const unsigned int cx88_bcount; extern struct cx88_subid cx88_subids[]; extern const unsigned int cx88_idcount; -extern void cx88_card_setup(struct cx8800_dev *dev); +extern void __devinit cx88_card_setup(struct cx8800_dev *dev); /* ----------------------------------------------------------- */ /* cx88-tvaudio.c */ |