patch-2.4.0-test8 linux/drivers/usb/usb-core.c

Next file: linux/drivers/usb/usb-ohci.c
Previous file: linux/drivers/usb/uhci.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test7/linux/drivers/usb/usb-core.c linux/drivers/usb/usb-core.c
@@ -25,16 +25,6 @@
 int usb_major_init(void);
 void usb_major_cleanup(void);
 
-/*
- * USB device drivers
- */
-
-int usb_cpia_init(void);
-int usb_audio_init(void);
-int usb_ibmcam_init(void);
-int dabusb_init(void);
-int plusb_init(void);
-int dsbr100_init(void);
 
 /*
  * HCI drivers
@@ -64,35 +54,6 @@
 	usbdevfs_init();
 	usb_hub_init();
 
-#ifndef CONFIG_USB_MODULE
-#ifdef CONFIG_VIDEO_CPIA_USB
-	usb_cpia_init();
-#endif
-#ifdef CONFIG_USB_AUDIO
-	usb_audio_init();
-#endif
-#ifdef CONFIG_USB_IBMCAM
-	usb_ibmcam_init();
-#endif
-#ifdef CONFIG_USB_DABUSB
-	dabusb_init();
-#endif
-#ifdef CONFIG_USB_DSBR
-	dsbr100_init();
-#endif
-#ifdef CONFIG_USB_PLUSB
-	plusb_init();
-#endif
-#ifdef CONFIG_USB_UHCI
-	uhci_init();
-#endif
-#ifdef CONFIG_USB_UHCI_ALT
-	uhci_init();
-#endif
-#ifdef CONFIG_USB_OHCI
-	ohci_hcd_init(); 
-#endif
-#endif
 	return 0;
 }
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)