projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fb2191
)
V4L/DVB (5814): Unexport dvb_pll_configure
author
Adrian Bunk
<bunk@stusta.de>
Sun, 1 Jul 2007 21:24:33 +0000
(18:24 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Wed, 18 Jul 2007 17:24:34 +0000
(14:24 -0300)
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>
drivers/media/dvb/frontends/dvb-pll.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/frontends/dvb-pll.c
b/drivers/media/dvb/frontends/dvb-pll.c
index
f3d500e
..
0c0b947
100644
(file)
--- 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,
// 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)
{