1 --- linux-2.6.16.2/drivers/usb/host/ohci-pci.c 2006-04-07 18:56:47.000000000 +0200
2 +++ linux-2.6.16.2.new/drivers/usb/host/ohci-pci.c 2006-04-11 14:20:33.000000000 +0200
9 static int __init ohci_hcd_pci_init (void)
11 printk (KERN_DEBUG "%s: " DRIVER_INFO " (PCI)\n", hcd_name);
13 return pci_register_driver (&ohci_pci_driver);
15 module_init (ohci_hcd_pci_init);
18 /*-------------------------------------------------------------------------*/
21 static void __exit ohci_hcd_pci_cleanup (void)
23 pci_unregister_driver (&ohci_pci_driver);
25 module_exit (ohci_hcd_pci_cleanup);