[GIT PATCH] remove tuner constant declared twice in /linux/include/media/tuner.h

From: Michael Krufky
Date: Fri Jun 24 2005 - 07:02:21 EST


Michael Krufky wrote:

Linus-

I reviewed -git6 this morning, and I noticed that a constant is declared twice for tuner #60 in /linux/include/media/tuner.h

This patch removes the second entry. This has already been corrected in -mm by a later patch.

Thank you.

Signed-off-by: Michael Krufky <mkrufky@xxxxxxx>

------------------------------------------------------------------------

diff -upr linux-2.6.12-git6/include/media/tuner.h linux/include/media/tuner.h
--- linux-2.6.12-git6/include/media/tuner.h 2005-06-24 07:16:35.000000000 +0000
+++ linux/include/media/tuner.h 2005-06-24 07:18:03.000000000 +0000
@@ -108,8 +108,6 @@

#define TEA5767_TUNER_NAME "Philips TEA5767HN FM Radio"

-#define TUNER_THOMSON_DTT7611 60
-
#define NOTUNER 0
#define PAL 1 /* PAL_BG */
#define PAL_I 2


I sent this to Linus this morning and forgot to CC the lists... This is a very minor change, if he doesn't accept it, things will work the same just as well.

--
Michael Krufky

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/