Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx
[oweals/u-boot.git] / drivers / virtio / virtio_pci_legacy.c
index 202e5ab1d31bea62541ce7e5707dad3b29a4d4db..fa7f2429f1f18d9a850d52e2c9c59314037c3b41 100644 (file)
@@ -8,11 +8,14 @@
 
 #include <common.h>
 #include <dm.h>
+#include <log.h>
 #include <virtio_types.h>
 #include <virtio.h>
 #include <virtio_ring.h>
 #include <dm/device.h>
+#include <linux/bug.h>
 #include <linux/compat.h>
+#include <linux/err.h>
 #include <linux/io.h>
 #include "virtio_pci.h"