浏览代码

RDMA: Update exported headers list

Various RDMA headers are intended to be exported to userspace, so add
them to the headers-y list.  Add a (strictly speaking, superfluous)
include of <linux/types.h> to avoid a headers_check warning.

Signed-off-by: Roland Dreier <roland@purestorage.com>
Roland Dreier 14 年之前
父节点
当前提交
9a7147b506
共有 2 个文件被更改,包括 6 次插入0 次删除
  1. 5 0
      include/rdma/Kbuild
  2. 1 0
      include/rdma/ib_user_cm.h

+ 5 - 0
include/rdma/Kbuild

@@ -1 +1,6 @@
+header-y += ib_user_cm.h
 header-y += ib_user_mad.h
 header-y += ib_user_mad.h
+header-y += ib_user_sa.h
+header-y += ib_user_verbs.h
+header-y += rdma_netlink.h
+header-y += rdma_user_cm.h

+ 1 - 0
include/rdma/ib_user_cm.h

@@ -34,6 +34,7 @@
 #ifndef IB_USER_CM_H
 #ifndef IB_USER_CM_H
 #define IB_USER_CM_H
 #define IB_USER_CM_H
 
 
+#include <linux/types.h>
 #include <rdma/ib_user_sa.h>
 #include <rdma/ib_user_sa.h>
 
 
 #define IB_USER_CM_ABI_VERSION 5
 #define IB_USER_CM_ABI_VERSION 5