]> git.baikalelectronics.ru Git - kernel.git/commit
V4L/DVB (7102): make tuner-core.c:tuner_list static
authorAdrian Bunk <bunk@kernel.org>
Tue, 29 Jan 2008 01:11:15 +0000 (22:11 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Mon, 18 Feb 2008 14:15:04 +0000 (11:15 -0300)
commitad89dbf42198bebe796ca3455248da3b913fa6d4
tree435eea10bb84e0cc24de82e455c72dda22683f99
parentc19af35ad856ca35b045e35dcc396876c6bb4963
V4L/DVB (7102): make tuner-core.c:tuner_list static

tuner_list can become static - and it's anyway a way too generic name
for a global variable - see commit 4484b2fa3c41354a628d14769244bd7f6cfa64bb
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>
drivers/media/video/tuner-core.c