projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57dacad
)
nvme: include <linux/types.ĥ> in <linux/nvme.h>
author
Christoph Hellwig
<hch@lst.de>
Fri, 9 Oct 2015 16:19:20 +0000
(18:19 +0200)
committer
Jens Axboe
<axboe@fb.com>
Fri, 9 Oct 2015 16:40:37 +0000
(10:40 -0600)
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>
include/linux/nvme.h
patch
|
blob
|
history
diff --git
a/include/linux/nvme.h
b/include/linux/nvme.h
index 9668d3571497f896042ce4aa8eae1daa64844c38..3af5f454c04ac17f3e45d2578519d9fe2f919f47 100644
(file)
--- 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 */