diff-tree e0f5be38b5dea8bbfc486edbf9d88d5ee94941d9 (from 
29292af943e12ace0115497616569f0629ed1cd7)
Author: Carlos <[EMAIL PROTECTED](none)>
Date:   Fri Feb 10 21:02:39 2006 +0000

    Delete .owner field in usb.c
    
    It's no longer there. We already deleted it. Andi, I'm looking at you...

diff --git a/usb.c b/usb.c
index 45a95dd..1e64b15 100644
--- a/usb.c
+++ b/usb.c
@@ -155,7 +155,6 @@ MODULE_DEVICE_TABLE(usb, acxusb_ids);
 /* USB driver data structure as required by the kernel's USB core */
 static struct usb_driver
 acxusb_driver = {
-       .owner = THIS_MODULE,
        .name = "acx_usb",
        .probe = acxusb_e_probe,
        .disconnect = acxusb_e_disconnect,

-- 
Carlos Martín Nieto    |   http://www.cmartin.tk
Hobbyist programmer    |
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to