]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
V4L/DVB (3547): Tvaudio.h are just i2c addresses. Merged into i2c-addr.h
authorMauro Carvalho Chehab <mchehab@infradead.org>
Sat, 18 Mar 2006 11:08:14 +0000 (08:08 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 24 Mar 2006 19:26:51 +0000 (16:26 -0300)
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/tvaudio.c
drivers/media/video/tvaudio.h [deleted file]
include/media/i2c-addr.h

index 4efb01bb44ac1cdce5212c69caa745116c3a7a73..e68d5190cbbbbf90b59244658e50b193d2a5d854 100644 (file)
@@ -33,7 +33,7 @@
 #include <media/audiochip.h>
 #include <media/v4l2-common.h>
 
-#include "tvaudio.h"
+#include <media/i2c-addr.h>
 
 /* ---------------------------------------------------------------------- */
 /* insmod args                                                            */
diff --git a/drivers/media/video/tvaudio.h b/drivers/media/video/tvaudio.h
deleted file mode 100644 (file)
index af7e116..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * i2c bus addresses for the chips supported by tvaudio.c
- */
-
-#define I2C_TDA8425        0x82
-#define I2C_TDA9840        0x84 /* also used by TA8874Z */
-#define I2C_TDA985x_L      0xb4 /* also used by 9873 */
-#define I2C_TDA985x_H      0xb6
-#define I2C_TDA9874        0xb0 /* also used by 9875 */
-
-#define I2C_TEA6300        0x80 /* also used by 6320 */
-#define I2C_TEA6420       0x98
-
-#define I2C_PIC16C54       0x96 /* PV951 */
index 4212832d48aa30f4bd4bc2d7349ca7c42e61e4df..7b0f5fe94e0862829f66614ee2988f97d4cb4180 100644 (file)
 #define I2C_DPL3518       0x84
 #define I2C_TDA9887       0x86
 
+/*
+ * i2c bus addresses for the chips supported by tvaudio.c
+ */
+
+#define I2C_TDA8425        0x82
+#define I2C_TDA9840        0x84 /* also used by TA8874Z */
+#define I2C_TDA985x_L      0xb4 /* also used by 9873 */
+#define I2C_TDA985x_H      0xb6
+#define I2C_TDA9874        0xb0 /* also used by 9875 */
+
+#define I2C_TEA6300        0x80 /* also used by 6320 */
+#define I2C_TEA6420       0x98
+
+#define I2C_PIC16C54       0x96 /* PV951 */