From 8bf6bb145a1fb8cf9254d53c88a5d4274dffb3fd Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Fri, 6 May 2022 08:40:57 +0200 Subject: [PATCH] include --- drivers/nvme/host/ioctl.c | 1 + drivers/nvme/host/nvme.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/nvme/host/ioctl.c b/drivers/nvme/host/ioctl.c index ee69a9d89039..5221bba742d4 100644 --- a/drivers/nvme/host/ioctl.c +++ b/drivers/nvme/host/ioctl.c @@ -5,6 +5,7 @@ */ #include /* for force_successful_syscall_return */ #include +#include #include "nvme.h" /* diff --git a/drivers/nvme/host/nvme.h b/drivers/nvme/host/nvme.h index ac3cba8935cd..086ccbdd7003 100644 --- a/drivers/nvme/host/nvme.h +++ b/drivers/nvme/host/nvme.h @@ -16,7 +16,6 @@ #include #include #include -#include #include -- 2.50.1