Skip to content

Commit

Permalink
V4L/DVB (6878): tuner: remove extraneous variable declaration
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent d536c9d commit b624aa8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/media/video/tuner-driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@

#include "dvb_frontend.h"

extern unsigned const int tuner_count;

struct analog_demod_info {
char *name;
};
Expand Down

0 comments on commit b624aa8

Please sign in to comment.