ChangeSet 1.1005, 2003/02/20 12:02:50-08:00, [EMAIL PROTECTED]

[PATCH] USB: OHCI trivial remove unused field

While looking at the driver, I noticed this field was not used anymore.

Trivial patch to remove it.


diff -Nru a/drivers/usb/usb-ohci.h b/drivers/usb/usb-ohci.h
--- a/drivers/usb/usb-ohci.h    Thu Feb 20 12:06:48 2003
+++ b/drivers/usb/usb-ohci.h    Thu Feb 20 12:06:48 2003
@@ -386,7 +386,6 @@
        struct ohci_regs * regs;        /* OHCI controller's memory */
        struct list_head ohci_hcd_list; /* list of all ohci_hcd */
 
-       struct ohci * next;             // chain of ohci device contexts
        struct list_head timeout_list;
        // struct list_head urb_list;   // list of all pending urbs
        // spinlock_t urb_list_lock;    // lock to keep consistency 



-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to