diff options
author | Gerd Knorr <devnull@localhost> | 2004-11-17 18:47:47 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-11-17 18:47:47 +0000 |
commit | e0513c5a52d121e2790e6cc07c97ff59b7200c70 (patch) | |
tree | 789c62112009166162ae043afee80224d3d9f38c /linux/drivers/media/video/cx88/cx88-core.c | |
parent | 173fb3335b542114718953d91826268db663f865 (diff) | |
download | mediapointer-dvb-s2-e0513c5a52d121e2790e6cc07c97ff59b7200c70.tar.gz mediapointer-dvb-s2-e0513c5a52d121e2790e6cc07c97ff59b7200c70.tar.bz2 |
- misc minor cleanups and card-specific fixes.
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-core.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-core.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-core.c b/linux/drivers/media/video/cx88/cx88-core.c index 36169c106..9b183166f 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.15 2004/10/25 11:26:36 kraxel Exp $ + * $Id: cx88-core.c,v 1.16 2004/11/17 18:47:47 kraxel Exp $ * * device driver for Conexant 2388x based TV cards * driver core @@ -468,6 +468,7 @@ int cx88_risc_decode(u32 risc) return incr[risc >> 28] ? incr[risc >> 28] : 1; } +#if 0 /* currently unused, but useful for debugging */ void cx88_risc_disasm(struct cx88_core *core, struct btcx_riscmem *risc) { @@ -485,6 +486,7 @@ void cx88_risc_disasm(struct cx88_core *core, break; } } +#endif void cx88_sram_channel_dump(struct cx88_core *core, struct sram_channel *ch) @@ -1205,8 +1207,6 @@ EXPORT_SYMBOL(cx88_risc_databuffer); EXPORT_SYMBOL(cx88_risc_stopper); EXPORT_SYMBOL(cx88_free_buffer); -EXPORT_SYMBOL(cx88_risc_disasm); - EXPORT_SYMBOL(cx88_sram_channels); EXPORT_SYMBOL(cx88_sram_channel_setup); EXPORT_SYMBOL(cx88_sram_channel_dump); |