diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-07-29 11:40:48 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2007-07-29 11:40:48 -0400 |
commit | 84cd4d0a8fcf393f851337662e31db22ebd781de (patch) | |
tree | 996edc65375c57412d40cd0356f4447dffd486a2 /linux/drivers/media/dvb/frontends | |
parent | 000644894531ea68c3819496f67df02b5486fe14 (diff) | |
download | mediapointer-dvb-s2-84cd4d0a8fcf393f851337662e31db22ebd781de.tar.gz mediapointer-dvb-s2-84cd4d0a8fcf393f851337662e31db22ebd781de.tar.bz2 |
dvb-pll: make struct dvb_pll_fcv1236d static
From: Adrian Bunk <bunk@stusta.de>
The fcv1236d support patch was created before the "dvb: remove static
dependencies on dvb-pll" patch was applied, but the fcv1236d patch didn't
get merged until after the fact.
struct dvb_pll_fcv1236d can become static.
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/dvb-pll.c b/linux/drivers/media/dvb/frontends/dvb-pll.c index 0c0b94767..ca99e439c 100644 --- a/linux/drivers/media/dvb/frontends/dvb-pll.c +++ b/linux/drivers/media/dvb/frontends/dvb-pll.c @@ -501,7 +501,7 @@ static struct dvb_pll_desc dvb_pll_opera1 = { /* Philips FCV1236D */ -struct dvb_pll_desc dvb_pll_fcv1236d = { +static struct dvb_pll_desc dvb_pll_fcv1236d = { /* Bit_0: RF Input select * Bit_1: 0=digital, 1=analog */ |