]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
nvme include linux types.h
authorChristoph Hellwig <hch@lst.de>
Sun, 18 Dec 2016 13:41:21 +0000 (05:41 -0800)
committerChuck Anderson <chuck.anderson@oracle.com>
Thu, 1 Jun 2017 20:40:29 +0000 (13:40 -0700)
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>
(cherry picked from commit 2812dfe370516ef958b5c9e2eca1b2f002236d2d)

Orabug: 25130845
Signed-off-by: Ashok Vairavan <ashok.vairavan@oracle.com>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.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 */