diff options
author | Christoph Hellwig <hch@lst.de> | 2015-10-09 19:19:20 +0300 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2015-10-09 19:40:37 +0300 |
commit | 2812dfe370516ef958b5c9e2eca1b2f002236d2d (patch) | |
tree | 1179441f009d7e07e74894b49312107e9082822e /include/linux/nvme.h | |
parent | 57dacad5f2288e3de91f99b29f07b4a2793446d2 (diff) | |
download | linux-2812dfe370516ef958b5c9e2eca1b2f002236d2d.tar.xz |
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.h | 2 |
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 */ |