diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-12-20 21:19:14 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:04:10 -0500 |
commit | b624aa86cd92b32d66653609e4896f54c0d6111d (patch) | |
tree | c2093105bacec0be366ab062b3a33fd534bd5cc8 /drivers/media/video | |
parent | d536c9df41f5e47a37e22b46ea98451ce8134e55 (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')
-rw-r--r-- | drivers/media/video/tuner-driver.h | 2 |
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 @@ | |||
24 | 24 | ||
25 | #include "dvb_frontend.h" | 25 | #include "dvb_frontend.h" |
26 | 26 | ||
27 | extern unsigned const int tuner_count; | ||
28 | |||
29 | struct analog_demod_info { | 27 | struct analog_demod_info { |
30 | char *name; | 28 | char *name; |
31 | }; | 29 | }; |