net/virtio: do not store PCI device pointer at shared memory
[dpdk.git] / drivers / net / virtio / virtio_pci.h
index 511a1c8..4235bef 100644 (file)
@@ -258,7 +258,6 @@ struct virtio_hw {
        uint32_t    notify_off_multiplier;
        uint8_t     *isr;
        uint16_t    *notify_base;
-       struct rte_pci_device *dev;
        struct virtio_pci_common_cfg *common_cfg;
        struct virtio_net_config *dev_cfg;
        void        *virtio_user_dev;