aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tuner-driver.h
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2007-12-20 21:19:14 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 16:04:10 -0500
commitb624aa86cd92b32d66653609e4896f54c0d6111d (patch)
treec2093105bacec0be366ab062b3a33fd534bd5cc8 /drivers/media/video/tuner-driver.h
parentd536c9df41f5e47a37e22b46ea98451ce8134e55 (diff)
V4L/DVB (6878): tuner: remove extraneous variable declaration
tuner_count is already declared as "extern unsigned const int" in <media/tuner-types.h> -- Remove it from tuner-driver.h Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/tuner-driver.h')
-rw-r--r--drivers/media/video/tuner-driver.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/video/tuner-driver.h b/drivers/media/video/tuner-driver.h
index 5eaa30ccbda..999ad7715a0 100644
--- a/drivers/media/video/tuner-driver.h
+++ b/drivers/media/video/tuner-driver.h
@@ -24,8 +24,6 @@
24 24
25#include "dvb_frontend.h" 25#include "dvb_frontend.h"
26 26
27extern unsigned const int tuner_count;
28
29struct analog_demod_info { 27struct analog_demod_info {
30 char *name; 28 char *name;
31}; 29};