diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-07-01 17:24:33 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2007-07-01 17:24:33 -0400 |
commit | c7ed5e9914aab6d2bc87533da499d493721e6b9e (patch) | |
tree | 190228a5bd1510b31fb5ca1cec8321896f0eaa0b /linux/drivers/media/dvb/frontends | |
parent | bca4a97d09ff711e1a2c29263821215c9c285a08 (diff) | |
download | mediapointer-dvb-s2-c7ed5e9914aab6d2bc87533da499d493721e6b9e.tar.gz mediapointer-dvb-s2-c7ed5e9914aab6d2bc87533da499d493721e6b9e.tar.bz2 |
unexport dvb_pll_configure
From: Adrian Bunk <bunk@stusta.de>
Now that it's static, it should no longer be exported to modules...
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends')
-rw-r--r-- | linux/drivers/media/dvb/frontends/dvb-pll.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/dvb-pll.c b/linux/drivers/media/dvb/frontends/dvb-pll.c index f3d500eb5..0c0b94767 100644 --- a/linux/drivers/media/dvb/frontends/dvb-pll.c +++ b/linux/drivers/media/dvb/frontends/dvb-pll.c @@ -606,7 +606,6 @@ static int dvb_pll_configure(struct dvb_pll_desc *desc, u8 *buf, // calculate the frequency we set it to return (div * desc->entries[i].stepsize) - desc->iffreq; } -EXPORT_SYMBOL(dvb_pll_configure); static int dvb_pll_release(struct dvb_frontend *fe) { |