From: Michael S. Tsirkin Date: Tue, 10 Aug 2021 16:25:05 +0000 (-0400) Subject: vringh: pull in spinlock header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ea2f6af16532511eb1cd8eb62845c37861f24ce8;p=linux.git vringh: pull in spinlock header we use a spinlock now pull in the correct header to make vring.h self sufficient. Signed-off-by: Michael S. Tsirkin --- diff --git a/include/linux/vringh.h b/include/linux/vringh.h index 84db7b8f912f4..212892cf9822c 100644 --- a/include/linux/vringh.h +++ b/include/linux/vringh.h @@ -14,6 +14,7 @@ #include #include #include +#include #if IS_REACHABLE(CONFIG_VHOST_IOTLB) #include #include