]> err.no Git - linux-2.6/blobdiff - drivers/dma/ioatdma.h
Merge master.kernel.org:/home/rmk/linux-2.6-arm
[linux-2.6] / drivers / dma / ioatdma.h
index d3f69bb15fa0f1b7198b4d6c472bb399868d07d4..bf4dad70e0f59b78b328e1fb4fe8e60240d8fe7a 100644 (file)
@@ -30,9 +30,6 @@
 
 #define IOAT_LOW_COMPLETION_MASK       0xffffffc0
 
-extern struct list_head dma_device_list;
-extern struct list_head dma_client_list;
-
 /**
  * struct ioat_device - internal representation of a IOAT device
  * @pdev: PCI-Express device
@@ -114,10 +111,9 @@ struct ioat_desc_sw {
        struct ioat_dma_descriptor *hw;
        struct list_head node;
        int tx_cnt;
+       DECLARE_PCI_UNMAP_LEN(len)
        DECLARE_PCI_UNMAP_ADDR(src)
-       DECLARE_PCI_UNMAP_LEN(src_len)
        DECLARE_PCI_UNMAP_ADDR(dst)
-       DECLARE_PCI_UNMAP_LEN(dst_len)
        struct dma_async_tx_descriptor async_tx;
 };