virtio_pci: Use the DMA API if enabled
[deliverable/linux.git] / drivers / virtio / virtio_pci_common.h
index 2cc252270b2d1f906044e21b25d021bf82d6089c..28263200ed4235741f18c5a1dbaf231eaef33b1f 100644 (file)
@@ -35,12 +35,6 @@ struct virtio_pci_vq_info {
        /* the actual virtqueue */
        struct virtqueue *vq;
 
-       /* the number of entries in the queue */
-       int num;
-
-       /* the virtual address of the ring queue */
-       void *queue;
-
        /* the list node for the virtqueues list */
        struct list_head node;
 
This page took 0.025294 seconds and 5 git commands to generate.