diff options
author | Adrian Bunk <bunk@stusta.de> | 2007-07-01 17:24:33 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-07-18 13:24:34 -0400 |
commit | 4de7bb44cc6aa6e0a74f80c628f600da5b8fcd47 (patch) | |
tree | 555bfdc4d9e72907dd073b03cc54eae4dff76d41 /drivers/media/dvb | |
parent | 8fb2191a74a0e2a29002c06084e015d33d2ecdda (diff) |
V4L/DVB (5814): Unexport dvb_pll_configure
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>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r-- | drivers/media/dvb/frontends/dvb-pll.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/dvb-pll.c b/drivers/media/dvb/frontends/dvb-pll.c index f3d500eb5862..0c0b94767bc1 100644 --- a/drivers/media/dvb/frontends/dvb-pll.c +++ b/drivers/media/dvb/frontends/dvb-pll.c | |||
@@ -606,7 +606,6 @@ static int dvb_pll_configure(struct dvb_pll_desc *desc, u8 *buf, | |||
606 | // calculate the frequency we set it to | 606 | // calculate the frequency we set it to |
607 | return (div * desc->entries[i].stepsize) - desc->iffreq; | 607 | return (div * desc->entries[i].stepsize) - desc->iffreq; |
608 | } | 608 | } |
609 | EXPORT_SYMBOL(dvb_pll_configure); | ||
610 | 609 | ||
611 | static int dvb_pll_release(struct dvb_frontend *fe) | 610 | static int dvb_pll_release(struct dvb_frontend *fe) |
612 | { | 611 | { |