Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b624aa86 authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab
Browse files

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: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent d536c9df
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -24,8 +24,6 @@

#include "dvb_frontend.h"

extern unsigned const int tuner_count;

struct analog_demod_info {
	char *name;
};