patch-2.3.36 linux/drivers/char/videodev.c
Next file: linux/drivers/char/zr36120.c
Previous file: linux/drivers/char/tuner.c
Back to the patch index
Back to the overall index
-  Lines: 20
-  Date:
Wed Dec 29 17:13:02 1999
-  Orig file: 
v2.3.35/linux/drivers/char/videodev.c
-  Orig date: 
Tue Dec  7 09:32:43 1999
diff -u --recursive --new-file v2.3.35/linux/drivers/char/videodev.c linux/drivers/char/videodev.c
@@ -54,9 +54,6 @@
 #ifdef CONFIG_VIDEO_ZORAN
 extern int init_zoran_cards(struct video_init *);
 #endif
-#ifdef CONFIG_VIDEO_ZR36120
-extern int init_zr36120_cards(struct video_init *);
-#endif
 
 static struct video_init video_init_list[]={
 #ifdef CONFIG_VIDEO_BT848
@@ -74,9 +71,6 @@
 #endif
 #ifdef CONFIG_VIDEO_ZORAN
 	{"zoran", init_zoran_cards},
-#endif	
-#ifdef CONFIG_VIDEO_ZR36120
-	{"zr36120", init_zr36120_cards},
 #endif	
 	{"end", NULL}
 };
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)