diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-06-22 22:58:04 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-06-22 22:58:04 +0000 |
commit | 8184d4b364e1b5ff0c8e006f00eef0c2082b1490 (patch) | |
tree | c1d473baaf77296a30b039403dccf5db8b788f83 /linux/drivers/media/video/cx88/cx88.h | |
parent | aff490a9b7201468e99545f4c0da74e3c0bc76fc (diff) | |
download | mediapointer-dvb-s2-8184d4b364e1b5ff0c8e006f00eef0c2082b1490.tar.gz mediapointer-dvb-s2-8184d4b364e1b5ff0c8e006f00eef0c2082b1490.tar.bz2 |
* bttv-cards.c, cx88-core.c, cx88.h, v4l1-compat.c,doc/CARDLIST.bttv,
doc/CARDLIST.saa7134, doc/Cards:
- tail spaces removed.
* cx88-core.c, cx88.h:
- cx88_pci_irqs changed to static
* doc/V4L1_API.html:
- Now informs that it is obsolete.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88.h')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx88/cx88.h b/linux/drivers/media/video/cx88/cx88.h index c55ee30f6..aa44ff64f 100644 --- a/linux/drivers/media/video/cx88/cx88.h +++ b/linux/drivers/media/video/cx88/cx88.h @@ -1,5 +1,5 @@ /* - * $Id: cx88.h,v 1.65 2005/06/20 03:36:00 mkrufky Exp $ + * $Id: cx88.h,v 1.66 2005/06/22 22:58:04 mchehab Exp $ * * v4l2 device driver for cx2388x based TV cards * @@ -441,7 +441,6 @@ struct cx8802_dev { /* ----------------------------------------------------------- */ /* cx88-core.c */ -extern char *cx88_pci_irqs[32]; extern char *cx88_vid_irqs[32]; extern char *cx88_mpeg_irqs[32]; extern void cx88_print_irqbits(char *name, char *tag, char **strings, |