]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/block/nvme-core.c
nvme: move hardware structures out of the uapi version of nvme.h
[karo-tx-linux.git] / drivers / block / nvme-core.c
index 01a6d1b2d7e5be553f21523ab168d9f0f7e1a77e..a526696d684db841d0ada59eaf6ceede5a9bd4d6 100644 (file)
@@ -12,7 +12,6 @@
  * more details.
  */
 
-#include <linux/nvme.h>
 #include <linux/bitops.h>
 #include <linux/blkdev.h>
 #include <linux/blk-mq.h>
@@ -43,6 +42,9 @@
 #include <scsi/sg.h>
 #include <asm-generic/io-64-nonatomic-lo-hi.h>
 
+#include <uapi/linux/nvme_ioctl.h>
+#include "nvme.h"
+
 #define NVME_MINORS            (1U << MINORBITS)
 #define NVME_Q_DEPTH           1024
 #define NVME_AQ_DEPTH          256