patch-2.3.26 linux/drivers/char/videodev.c
Next file: linux/drivers/fc4/Config.in
Previous file: linux/drivers/char/tuner.h
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Tue Nov 2 21:35:46 1999
- Orig file:
v2.3.25/linux/drivers/char/videodev.c
- Orig date:
Mon Nov 1 13:56:26 1999
diff -u --recursive --new-file v2.3.25/linux/drivers/char/videodev.c linux/drivers/char/videodev.c
@@ -45,12 +45,6 @@
extern int init_bttv_cards(struct video_init *);
extern int i2c_tuner_init(struct video_init *);
#endif
-#ifdef CONFIG_VIDEO_SAA5249
-extern int init_saa_5249(struct video_init *);
-#endif
-#ifdef CONFIG_VIDEO_CQCAM
-extern int init_colour_qcams(struct video_init *);
-#endif
#ifdef CONFIG_VIDEO_BWQCAM
extern int init_bw_qcams(struct video_init *);
#endif
@@ -65,12 +59,6 @@
#ifdef CONFIG_VIDEO_BT848
{"i2c-tuner", i2c_tuner_init},
{"bttv", init_bttv_cards},
-#endif
-#ifdef CONFIG_VIDEO_SAA5249
- {"saa5249", init_saa_5249},
-#endif
-#ifdef CONFIG_VIDEO_CQCAM
- {"c-qcam", init_colour_qcams},
#endif
#ifdef CONFIG_VIDEO_BWQCAM
{"bw-qcam", init_bw_qcams},
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)