ChangeSet 1.1255, 2003/05/29 16:47:43-03:00, acme@conectiva.com.br

o drivers/bluetooth/hci_usb: initialize struct usb_driver ->owner field


 drivers/bluetooth/hci_usb.c |    1 +
 1 files changed, 1 insertion(+)


diff -Nru a/drivers/bluetooth/hci_usb.c b/drivers/bluetooth/hci_usb.c
--- a/drivers/bluetooth/hci_usb.c	Fri May 30 11:40:28 2003
+++ b/drivers/bluetooth/hci_usb.c	Fri May 30 11:40:28 2003
@@ -943,6 +943,7 @@
 }
 
 static struct usb_driver hci_usb_driver = {
+	.owner      =  THIS_MODULE,
 	.name       =  "hci_usb",
 	.probe      =  hci_usb_probe,
 	.disconnect =  hci_usb_disconnect,
