提交 2812dfe3 编写于 作者: C Christoph Hellwig 提交者: Jens Axboe

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: Nkbuild test robot <fengguang.wu@intel.com>
Signed-off-by: NChristoph Hellwig <hch@lst.de>
Signed-off-by: NJens Axboe <axboe@fb.com>
上级 57dacad5
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册