ChangeSet 1.1292, 2003/05/29 17:39:26-03:00, acme@conectiva.com.br o drivers/usb/net/cdc-ether: initialize struct usb_driver ->owner field drivers/usb/net/cdc-ether.c | 1 + 1 files changed, 1 insertion(+) diff -Nru a/drivers/usb/net/cdc-ether.c b/drivers/usb/net/cdc-ether.c --- a/drivers/usb/net/cdc-ether.c Fri May 30 11:37:38 2003 +++ b/drivers/usb/net/cdc-ether.c Fri May 30 11:37:38 2003 @@ -1342,6 +1342,7 @@ ////////////////////////////////////////////////////////////////////////////// static struct usb_driver CDCEther_driver = { + .owner = THIS_MODULE, .name = "CDCEther", .probe = CDCEther_probe, .disconnect = CDCEther_disconnect,