Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+6
+5
include/rdma/Kbuild
··· 1 + header-y += ib_user_cm.h 1 2 header-y += ib_user_mad.h 3 + header-y += ib_user_sa.h 4 + header-y += ib_user_verbs.h 5 + header-y += rdma_netlink.h 6 + header-y += rdma_user_cm.h
+1
include/rdma/ib_user_cm.h
··· 34 34 #ifndef IB_USER_CM_H 35 35 #define IB_USER_CM_H 36 36 37 + #include <linux/types.h> 37 38 #include <rdma/ib_user_sa.h> 38 39 39 40 #define IB_USER_CM_ABI_VERSION 5