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

Trivial patch to remove it.

JE

# This is a BitKeeper generated patch for the following project:
# Project Name: greg k-h's linux 2.4 USB kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#                  ChangeSet    1.811   -> 1.812  
#       drivers/usb/usb-ohci.h  1.13    -> 1.14   
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/02/07      [EMAIL PROTECTED]    1.812
# usb-ohci.h:
#   Remove unused next field
# --------------------------------------------
#
diff -Nru a/drivers/usb/usb-ohci.h b/drivers/usb/usb-ohci.h
--- a/drivers/usb/usb-ohci.h    Fri Feb  7 13:23:33 2003
+++ b/drivers/usb/usb-ohci.h    Fri Feb  7 13:23:33 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:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to