diff options
author | Johannes Stezenbach <devnull@localhost> | 2005-11-20 02:05:41 +0000 |
---|---|---|
committer | Johannes Stezenbach <devnull@localhost> | 2005-11-20 02:05:41 +0000 |
commit | afd0d0eecb3280f467122c2f4592be0e9bd366a2 (patch) | |
tree | 43837a7dc48c1254a20b5c822df2d0c074e5bfda /linux/drivers/media/dvb/b2c2 | |
parent | f229e273a797fc44af2151aff3ce772d2bfe6d75 (diff) | |
download | mediapointer-dvb-s2-afd0d0eecb3280f467122c2f4592be0e9bd366a2.tar.gz mediapointer-dvb-s2-afd0d0eecb3280f467122c2f4592be0e9bd366a2.tar.bz2 |
From: Adrian Bunk <bunk@stusta.de>
Small cleanups:
- make needlessly global functions static
- every file should #include the headers containing the prototypes for
it's global functions
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'linux/drivers/media/dvb/b2c2')
-rw-r--r-- | linux/drivers/media/dvb/b2c2/flexcop-hw-filter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/b2c2/flexcop-hw-filter.c b/linux/drivers/media/dvb/b2c2/flexcop-hw-filter.c index 75cf23719..b386cc66c 100644 --- a/linux/drivers/media/dvb/b2c2/flexcop-hw-filter.c +++ b/linux/drivers/media/dvb/b2c2/flexcop-hw-filter.c @@ -19,7 +19,7 @@ void flexcop_smc_ctrl(struct flexcop_device *fc, int onoff) flexcop_set_ibi_value(ctrl_208,SMC_Enable_sig,onoff); } -void flexcop_null_filter_ctrl(struct flexcop_device *fc, int onoff) +static void flexcop_null_filter_ctrl(struct flexcop_device *fc, int onoff) { flexcop_set_ibi_value(ctrl_208,Null_filter_sig,onoff); } |