aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tuner-driver.h
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2007-12-20 23:19:14 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 19:04:10 -0200
commitb624aa86cd92b32d66653609e4896f54c0d6111d (patch)
treec2093105bacec0be366ab062b3a33fd534bd5cc8 /drivers/media/video/tuner-driver.h
parentV4L/DVB (6875): tuner-xc2028: ATSC requires 1.75 MHz tuning offset (diff)
downloadlinux-dev-b624aa86cd92b32d66653609e4896f54c0d6111d.tar.xz
linux-dev-b624aa86cd92b32d66653609e4896f54c0d6111d.zip
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 '')
-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 5eaa30ccbda3..999ad7715a01 100644
--- a/drivers/media/video/tuner-driver.h
+++ b/drivers/media/video/tuner-driver.h
@@ -24,8 +24,6 @@
#include "dvb_frontend.h"
-extern unsigned const int tuner_count;
-
struct analog_demod_info {
char *name;
};