From: Michael Krufky Date: Fri, 21 Dec 2007 02:19:14 +0000 (-0300) Subject: V4L/DVB (6878): tuner: remove extraneous variable declaration X-Git-Tag: v2.6.25-rc1~1235^2~150 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b624aa86cd92b32d66653609e4896f54c0d6111d;p=karo-tx-linux.git V4L/DVB (6878): tuner: remove extraneous variable declaration tuner_count is already declared as "extern unsigned const int" in -- Remove it from tuner-driver.h Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab --- 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; };