Skip to content

Commit

Permalink
V4L/DVB (5939): dvb-pll: make struct dvb_pll_fcv1236d static
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Adrian Bunk authored and Mauro Carvalho Chehab committed Jul 30, 2007
1 parent 4bc4365 commit 0a0f2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/frontends/dvb-pll.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 0a0f2c8

Please sign in to comment.