patch-2.4.3 linux/drivers/usb/usb-ohci.h

Next file: linux/drivers/usb/usb-uhci.c
Previous file: linux/drivers/usb/usb-ohci.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.2/linux/drivers/usb/usb-ohci.h linux/drivers/usb/usb-ohci.h
@@ -346,7 +346,8 @@
 
 
 typedef struct ohci {
-	struct ohci_hcca hcca;		/* hcca */
+	struct ohci_hcca *hcca;		/* hcca */
+	u32 hcca_dma;
 
 	int irq;
 	int disabled;			/* e.g. got a UE, we're hung */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)