diff -Nru a/drivers/usb/host/ehci.h b/drivers/usb/host/ehci.h
--- a/drivers/usb/host/ehci.h   Wed Feb 11 11:42:39 2004
+++ b/drivers/usb/host/ehci.h   Wed Feb 11 11:42:39 2004
@@ -74,11 +74,11 @@
        struct ehci_regs        *regs;
        u32                     hcs_params;     /* cached register copy */
 
-       /* per-HC memory pools (could be per-PCI-bus, but ...) */
-       struct pci_pool         *qh_pool;       /* qh per active urb */
-       struct pci_pool         *qtd_pool;      /* one or more per qh */
-       struct pci_pool         *itd_pool;      /* itd per iso urb */
-       struct pci_pool         *sitd_pool;     /* sitd per split iso urb */
+       /* per-HC memory pools (could be per-bus, but ...) */
+       struct dma_pool         *qh_pool;       /* qh per active urb */
+       struct dma_pool         *qtd_pool;      /* one or more per qh */
+       struct dma_pool         *itd_pool;      /* itd per iso urb */
+       struct dma_pool         *sitd_pool;     /* sitd per split iso urb */
 
        struct timer_list       watchdog;
        struct notifier_block   reboot_notifier;


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to