[PATCH] BTTV, drivers/char/videodev.c, 2.4.0-test4

From: Jeffrey W. Baker (jwbaker@acm.org)
Date: Fri Jul 14 2000 - 19:24:15 EST


This patch was posted already and ignored. It is required to make the
kernel build with BTTV enabled. I am not subscribed but I do read the
archives if you want to reply that way. I hope this gets in because it's
been causing build bustage for the entire 2.4.0-test series.

--- linux/drivers/char/videodev.c.old Fri Jul 14 17:17:13 2000
+++ linux/drivers/char/videodev.c Fri Jul 14 17:17:54 2000
@@ -63,7 +63,7 @@
 
 
 #ifdef CONFIG_VIDEO_BT848
-extern int i2c_tuner_init(struct video_init *);
+extern int tuner_init_module(struct video_init *);
 #endif
 #ifdef CONFIG_VIDEO_BWQCAM
 extern int init_bw_qcams(struct video_init *);
@@ -80,7 +80,7 @@
 
 static struct video_init video_init_list[]={
 #ifdef CONFIG_VIDEO_BT848
- {"i2c-tuner", i2c_tuner_init},
+ {"i2c-tuner", tuner_init_module},
 #endif
 #ifdef CONFIG_VIDEO_BWQCAM
         {"bw-qcam", init_bw_qcams},



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



This archive was generated by hypermail 2b29 : Sat Jul 15 2000 - 21:00:21 EST