aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nvme.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2015-10-09 18:19:20 +0200
committerJens Axboe <axboe@fb.com>2015-10-09 10:40:37 -0600
commit2812dfe370516ef958b5c9e2eca1b2f002236d2d (patch)
tree1179441f009d7e07e74894b49312107e9082822e /include/linux/nvme.h
parentnvme: move to a new drivers/nvme/host directory (diff)
downloadlinux-dev-2812dfe370516ef958b5c9e2eca1b2f002236d2d.tar.xz
linux-dev-2812dfe370516ef958b5c9e2eca1b2f002236d2d.zip
nvme: include <linux/types.ĥ> in <linux/nvme.h>
The buildbot complains about this even if it doesn't generate a a build warning. But it's an easy fix, so here we go: Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'include/linux/nvme.h')
-rw-r--r--include/linux/nvme.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/nvme.h b/include/linux/nvme.h
index 9668d3571497..3af5f454c04a 100644
--- a/include/linux/nvme.h
+++ b/include/linux/nvme.h
@@ -15,6 +15,8 @@
#ifndef _LINUX_NVME_H
#define _LINUX_NVME_H
+#include <linux/types.h>
+
struct nvme_bar {
__u64 cap; /* Controller Capabilities */
__u32 vs; /* Version */