projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
805d92d
)
V4L/DVB (7102): make tuner-core.c:tuner_list static
author
Adrian Bunk
<
[email protected]
>
Tue, 29 Jan 2008 01:11:15 +0000
(22:11 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Mon, 18 Feb 2008 14:15:04 +0000
(11:15 -0300)
tuner_list can become static - and it's anyway a way too generic name
for a global variable - see commit
b00ef4b8d8c29bfb5f6f92ee60bc04b604f36ef2
for a completely different global variable of the same name I just made
static...
Signed-off-by: Adrian Bunk <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/video/tuner-core.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/tuner-core.c
b/drivers/media/video/tuner-core.c
index ba538f6fbcc387a7779ae77e0d64b93f043db4c5..78a09a2a4857b94028e7eadbbecb37dea0c91908 100644
(file)
--- a/
drivers/media/video/tuner-core.c
+++ b/
drivers/media/video/tuner-core.c
@@
-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