summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/target
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2017-05-17 09:54:27 +0200
committerChristoph Hellwig <hch@lst.de>2017-06-05 16:59:16 +0200
commit8e41226324e7c00f2087bfbc9f470d665e92df18 (patch)
treef4d592a88e7c9802749abe238f1bc89541de7d1e /drivers/nvme/target
parent680895d6efe47332d25e49817d2d6781295c1614 (diff)
downloadlinux-stable-8e41226324e7c00f2087bfbc9f470d665e92df18.tar.gz
linux-stable-8e41226324e7c00f2087bfbc9f470d665e92df18.tar.bz2
linux-stable-8e41226324e7c00f2087bfbc9f470d665e92df18.zip
nvme: switch to uuid_t
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Amir Goldstein <amir73il@gmail.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'drivers/nvme/target')
-rw-r--r--drivers/nvme/target/nvmet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/nvme/target/nvmet.h b/drivers/nvme/target/nvmet.h
index cfc5c7fb0ab7..8ff6e430b30a 100644
--- a/drivers/nvme/target/nvmet.h
+++ b/drivers/nvme/target/nvmet.h
@@ -21,6 +21,7 @@
#include <linux/percpu-refcount.h>
#include <linux/list.h>
#include <linux/mutex.h>
+#include <linux/uuid.h>
#include <linux/nvme.h>
#include <linux/configfs.h>
#include <linux/rcupdate.h>