]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
nvme: include <linux/types.ĥ> in <linux/nvme.h>
authorChristoph Hellwig <hch@lst.de>
Fri, 9 Oct 2015 16:19:20 +0000 (18:19 +0200)
committerJens 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

index 9668d3571497f896042ce4aa8eae1daa64844c38..3af5f454c04ac17f3e45d2578519d9fe2f919f47 100644 (file)
@@ -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 */