]> www.infradead.org Git - users/hch/block.git/commitdiff
include
authorChristoph Hellwig <hch@lst.de>
Fri, 6 May 2022 06:40:57 +0000 (08:40 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 6 May 2022 06:58:24 +0000 (08:58 +0200)
drivers/nvme/host/ioctl.c
drivers/nvme/host/nvme.h

index ee69a9d89039a890e1f37968b7f1156ede7f5880..5221bba742d43af18b3148ceb7d897c4d7ddfa5e 100644 (file)
@@ -5,6 +5,7 @@
  */
 #include <linux/ptrace.h>      /* for force_successful_syscall_return */
 #include <linux/nvme_ioctl.h>
+#include <linux/io_uring.h>
 #include "nvme.h"
 
 /*
index ac3cba8935cd9e200d75a022ffb60e8f5e5f9138..086ccbdd700346b9e3e7fe20dd00950f450588b5 100644 (file)
@@ -16,7 +16,6 @@
 #include <linux/rcupdate.h>
 #include <linux/wait.h>
 #include <linux/t10-pi.h>
-#include <linux/io_uring.h>
 
 #include <trace/events/block.h>