]> git.karo-electronics.de Git - linux-beck.git/commitdiff
RDMA: Update exported headers list
authorRoland Dreier <roland@purestorage.com>
Tue, 10 May 2011 19:36:01 +0000 (12:36 -0700)
committerRoland Dreier <roland@purestorage.com>
Wed, 25 May 2011 20:46:23 +0000 (13:46 -0700)
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>
include/rdma/Kbuild
include/rdma/ib_user_cm.h

index e7c043216558eba802e4e1011dab4e08ed144c76..ea56f76c0c2208dd2a9aea0d599b67e3b51b6a18 100644 (file)
@@ -1 +1,6 @@
+header-y += ib_user_cm.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
index bd3d380781e0bcc61fb464d9d50d217b24251d14..f79014aa28f9928da0a72904c8cbf2ebe9b7fb36 100644 (file)
@@ -34,6 +34,7 @@
 #ifndef IB_USER_CM_H
 #define IB_USER_CM_H
 
+#include <linux/types.h>
 #include <rdma/ib_user_sa.h>
 
 #define IB_USER_CM_ABI_VERSION 5