patch-2.3.25 linux/drivers/char/videodev.c
Next file: linux/drivers/misc/acpi.c
Previous file: linux/drivers/char/sx.c
Back to the patch index
Back to the overall index
- Lines: 44
- Date:
Thu Oct 28 16:13:20 1999
- Orig file:
v2.3.24/linux/drivers/char/videodev.c
- Orig date:
Mon Oct 4 15:49:29 1999
diff -u --recursive --new-file v2.3.24/linux/drivers/char/videodev.c linux/drivers/char/videodev.c
@@ -57,21 +57,6 @@
#ifdef CONFIG_VIDEO_PLANB
extern int init_planbs(struct video_init *);
#endif
-#ifdef CONFIG_RADIO_RTRACK2
-extern int rtrack2_init(struct video_init *);
-#endif
-#ifdef CONFIG_RADIO_SF16FMI
-extern int fmi_init(struct video_init *);
-#endif
-#ifdef CONFIG_RADIO_TYPHOON
-extern int typhoon_init(struct video_init *);
-#endif
-#ifdef CONFIG_RADIO_CADET
-extern int cadet_init(struct video_init *);
-#endif
-#ifdef CONFIG_RADIO_TERRATEC
-extern int terratec_init(struct video_init *);
-#endif
#ifdef CONFIG_VIDEO_ZORAN
extern int init_zoran_cards(struct video_init *);
#endif
@@ -92,21 +77,6 @@
#endif
#ifdef CONFIG_VIDEO_PLANB
{"planb", init_planbs},
-#endif
-#ifdef CONFIG_RADIO_RTRACK2
- {"RTrack2", rtrack2_init},
-#endif
-#ifdef CONFIG_RADIO_SF16FMI
- {"SF16FMI", fmi_init},
-#endif
-#ifdef CONFIG_RADIO_CADET
- {"Cadet", cadet_init},
-#endif
-#ifdef CONFIG_RADIO_TYPHOON
- {"radio-typhoon", typhoon_init},
-#endif
-#ifdef CONFIG_RADIO_TERRATEC
- {"radio-terratec", terratec_init},
#endif
#ifdef CONFIG_VIDEO_ZORAN
{"zoran", init_zoran_cards},
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)