瀏覽代碼

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>
Michael Krufky 17 年之前
父節點
當前提交
b624aa86cd
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      drivers/media/video/tuner-driver.h

+ 0 - 2
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;
 };