summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx88/cx88-core.c
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <devnull@localhost>2005-06-13 08:42:51 +0000
committerNickolay V. Shmyrev <devnull@localhost>2005-06-13 08:42:51 +0000
commit0af51ffc2ed8d050f422fcf1b1cf43dc71902731 (patch)
treeecd6add1d8388596eec08e790de363081ed6d8fb /linux/drivers/media/video/cx88/cx88-core.c
parent5363fbc6988c7298a1ff0d1e17bf802e64b61379 (diff)
downloadmediapointer-dvb-s2-0af51ffc2ed8d050f422fcf1b1cf43dc71902731.tar.gz
mediapointer-dvb-s2-0af51ffc2ed8d050f422fcf1b1cf43dc71902731.tar.bz2
* saa7134-cards.c, saa7134-dvb.c, saa7134.h:
- Add new Typhoon DVB-T Cardbus. Thanks to Juergen Orschiedt <jorschiedt@web.de> cx88-core.c: - Fix compilation with gcc4.0
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-core.c')
-rw-r--r--linux/drivers/media/video/cx88/cx88-core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-core.c b/linux/drivers/media/video/cx88/cx88-core.c
index 2bf20707a..342233e09 100644
--- a/linux/drivers/media/video/cx88/cx88-core.c
+++ b/linux/drivers/media/video/cx88/cx88-core.c
@@ -1,5 +1,5 @@
/*
- * $Id: cx88-core.c,v 1.28 2005/06/12 04:19:19 mchehab Exp $
+ * $Id: cx88-core.c,v 1.29 2005/06/13 08:42:51 nsh Exp $
*
* device driver for Conexant 2388x based TV cards
* driver core
@@ -552,7 +552,7 @@ void cx88_sram_channel_dump(struct cx88_core *core,
core->name,cx_read(ch->cnt2_reg));
}
-static char *cx88_pci_irqs[32] = {
+char *cx88_pci_irqs[32] = {
"vid", "aud", "ts", "vip", "hst", "5", "6", "tm1",
"src_dma", "dst_dma", "risc_rd_err", "risc_wr_err",
"brdg_err", "src_dma_err", "dst_dma_err", "ipb_dma_err",