From: Christoph Hellwig Date: Fri, 9 Oct 2015 16:19:20 +0000 (+0200) Subject: nvme: include in X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2812dfe370516ef958b5c9e2eca1b2f002236d2d;p=linux-beck.git nvme: include in 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 Signed-off-by: Christoph Hellwig Signed-off-by: Jens Axboe --- diff --git a/include/linux/nvme.h b/include/linux/nvme.h index 9668d3571497..3af5f454c04a 100644 --- a/include/linux/nvme.h +++ b/include/linux/nvme.h @@ -15,6 +15,8 @@ #ifndef _LINUX_NVME_H #define _LINUX_NVME_H +#include + struct nvme_bar { __u64 cap; /* Controller Capabilities */ __u32 vs; /* Version */