diff options
author | Jason Gunthorpe <jgg@mellanox.com> | 2019-07-22 20:01:30 +0300 |
---|---|---|
committer | Jason Gunthorpe <jgg@mellanox.com> | 2019-07-25 19:58:47 +0300 |
commit | 39289bfc221423b27570e7c9157b690828e786cb (patch) | |
tree | a66ee47a2f1a49b7795fed229135d1795ef32043 /include/rdma/rdmavt_cq.h | |
parent | cf167e5eb92c143ac2b0300ea65ed9f0ce572c3b (diff) | |
download | linux-39289bfc221423b27570e7c9157b690828e786cb.tar.xz |
RDMA: Make most headers compile stand alone
So that rdma can work with CONFIG_KERNEL_HEADER_TEST and
CONFIG_HEADERS_CHECK.
Link: https://lore.kernel.org/r/20190722170126.GA16453@ziepe.ca
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Diffstat (limited to 'include/rdma/rdmavt_cq.h')
-rw-r--r-- | include/rdma/rdmavt_cq.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rdma/rdmavt_cq.h b/include/rdma/rdmavt_cq.h index 04c519ef6d71..574eb7278f46 100644 --- a/include/rdma/rdmavt_cq.h +++ b/include/rdma/rdmavt_cq.h @@ -53,6 +53,7 @@ #include <linux/kthread.h> #include <rdma/ib_user_verbs.h> +#include <rdma/ib_verbs.h> /* * Define an ib_cq_notify value that is not valid so we know when CQ |