Skip to content

Commit

Permalink
V4L/DVB (7102): make tuner-core.c:tuner_list static
Browse files Browse the repository at this point in the history
tuner_list can become static - and it's anyway a way too generic name
for a global variable - see commit b00ef4b
for a completely different global variable of the same name I just made
static...

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Adrian Bunk authored and Mauro Carvalho Chehab committed Feb 18, 2008
1 parent 805d92d commit c52c4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/tuner-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ static int tuner_resume(struct i2c_client *c)

/* ---------------------------------------------------------------------- */

LIST_HEAD(tuner_list);
static LIST_HEAD(tuner_list);

/* Search for existing radio and/or TV tuners on the given I2C adapter.
Note that when this function is called from tuner_probe you can be
Expand Down

0 comments on commit c52c4d0

Please sign in to comment.