Browse Source

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>
Christoph Hellwig 10 years ago
parent
commit
2812dfe370
1 changed files with 2 additions and 0 deletions
  1. 2 0
      include/linux/nvme.h

+ 2 - 0
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 */