Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Adrian Bunk and committed by
Mauro Carvalho Chehab
4de7bb44 8fb2191a

-1
-1
drivers/media/dvb/frontends/dvb-pll.c
··· 606 606 // calculate the frequency we set it to 607 607 return (div * desc->entries[i].stepsize) - desc->iffreq; 608 608 } 609 - EXPORT_SYMBOL(dvb_pll_configure); 610 609 611 610 static int dvb_pll_release(struct dvb_frontend *fe) 612 611 {