ChangeSet 1.1005, 2003/02/20 12:02:50-08:00, johannes@erdfelt.com [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