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

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)