diff options
author | Johannes Stezenbach <devnull@localhost> | 2005-02-12 01:24:26 +0000 |
---|---|---|
committer | Johannes Stezenbach <devnull@localhost> | 2005-02-12 01:24:26 +0000 |
commit | 6c5ab98a8ab381d6a5558f1bf652912f3410ea81 (patch) | |
tree | e10226da5b4ead21785fb9754588755149b61343 /linux/drivers/media/dvb/ttpci/budget-av.c | |
parent | 8b8fd47c0831239d188888e0317071ab1733b9cc (diff) | |
download | mediapointer-dvb-s2-6c5ab98a8ab381d6a5558f1bf652912f3410ea81.tar.gz mediapointer-dvb-s2-6c5ab98a8ab381d6a5558f1bf652912f3410ea81.tar.bz2 |
patch by Adrian Bunk:
This patch contains the following possible cleanups:
- make needlessly global code static
- remove the following EXPORT_SYMBOL'ed but unused function:
- bt8xx/bt878.c: bt878_find_by_i2c_adap
- remove the following unused global functions:
- dvb-core/dvb_demux.c: dmx_get_demuxes
- dvb-core/dvb_demux.c: dvb_set_crc32
- remove the following unneeded EXPORT_SYMBOL's:
- dvb-core/dvb_demux.c: dvb_dmx_swfilter_packet
- dvb-core/dvb_demux.c: dvbdmx_connect_frontend
- dvb-core/dvb_demux.c: dvbdmx_disconnect_frontend
- dvb-core/dvbdev.c: dvb_class
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'linux/drivers/media/dvb/ttpci/budget-av.c')
-rw-r--r-- | linux/drivers/media/dvb/ttpci/budget-av.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/ttpci/budget-av.c b/linux/drivers/media/dvb/ttpci/budget-av.c index ffbe501d4..56f9d9360 100644 --- a/linux/drivers/media/dvb/ttpci/budget-av.c +++ b/linux/drivers/media/dvb/ttpci/budget-av.c @@ -59,7 +59,7 @@ struct budget_av { struct dvb_ca_en50221 ca; }; -int enable_ci = 0; +static int enable_ci = 0; /**************************************************************************** @@ -658,7 +658,7 @@ static int philips_tu1216_request_firmware(struct dvb_frontend *fe, return request_firmware(fw, name, &budget->dev->pci->dev); } -struct tda1004x_config philips_tu1216_config = { +static struct tda1004x_config philips_tu1216_config = { .demod_address = 0x8, .invert = 1, |