tty: serial_core: fix NULL struct tty pointer access in uart_write_wakeup
[cascardo/linux.git] / drivers / virtio / virtio_pci_common.h
index 2cc2522..2826320 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;