patch-2.3.10 linux/drivers/char/i2c.c

Next file: linux/drivers/char/joystick/joy-db9.c
Previous file: linux/drivers/char/i2c-parport.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.9/linux/drivers/char/i2c.c linux/drivers/char/i2c.c
@@ -40,6 +40,14 @@
 extern int i2c_tuner_init(void);
 extern int msp3400c_init(void);
 #endif
+#ifdef CONFIG_VIDEO_BUZ
+extern int saa7111_init(void);
+extern int saa7185_init(void);
+#endif
+#ifdef CONFIG_VIDEO_LML33
+extern int bt819_init(void);
+extern int bt856_init(void);
+#endif
 
 int i2c_init(void)
 {
@@ -50,6 +58,14 @@
 	i2c_tuner_init();
 	msp3400c_init();
 #endif	
+#ifdef CONFIG_VIDEO_BUZ
+	saa7111_init();
+	saa7185_init();
+#endif
+#ifdef CONFIG_VIDEO_LML33
+	bt819_init();
+	bt856_init();
+#endif
 	return 0;
 }
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)