]> err.no Git - linux-2.6/commitdiff
V4L/DVB (6878): tuner: remove extraneous variable declaration
authorMichael Krufky <mkrufky@linuxtv.org>
Fri, 21 Dec 2007 02:19:14 +0000 (23:19 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 25 Jan 2008 21:04:10 +0000 (19:04 -0200)
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>
drivers/media/video/tuner-driver.h

index 5eaa30ccbda33b062d1d1c4d934a43812f4a3041..999ad7715a017830e98b9a82cc546028acf907be 100644 (file)
@@ -24,8 +24,6 @@
 
 #include "dvb_frontend.h"
 
-extern unsigned const int tuner_count;
-
 struct analog_demod_info {
        char *name;
 };