Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f870c81 authored by Michael S. Tsirkin's avatar Michael S. Tsirkin Committed by Rusty Russell
Browse files

virtio_pci: drop virtio_config dependency



virtio_pci does not depend on virtio_config:
let's not include it, users can pull it in as necessary.

Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent b97f880c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@
#ifndef _LINUX_VIRTIO_PCI_H
#define _LINUX_VIRTIO_PCI_H

#include <linux/virtio_config.h>
#include <linux/types.h>

#ifndef VIRTIO_PCI_NO_LEGACY