projects
/
linux
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d536c9d
)
V4L/DVB (6878): tuner: remove extraneous variable declaration
author
Michael Krufky
<mkrufky@linuxtv.org>
Fri, 21 Dec 2007 02:19:14 +0000
(23:19 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Fri, 25 Jan 2008 21:04:10 +0000
(19:04 -0200)
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>
drivers/media/video/tuner-driver.h
patch
|
blob
|
history
diff --git
a/drivers/media/video/tuner-driver.h
b/drivers/media/video/tuner-driver.h
index 5eaa30ccbda33b062d1d1c4d934a43812f4a3041..999ad7715a017830e98b9a82cc546028acf907be 100644
(file)
--- 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;
};