diff options
| author | Roland Dreier <roland@purestorage.com> | 2011-05-10 15:36:01 -0400 |
|---|---|---|
| committer | Roland Dreier <roland@purestorage.com> | 2011-05-25 16:46:23 -0400 |
| commit | 9a7147b506ccae8552b0cf218b3c02982012eb4d (patch) | |
| tree | b5045b85c90790fbb74671d0e0e2caf6bfa2733e | |
| parent | 550e5ca77e96989c5e19f60e017205b2bcc615a5 (diff) | |
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>
| -rw-r--r-- | include/rdma/Kbuild | 5 | ||||
| -rw-r--r-- | include/rdma/ib_user_cm.h | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/include/rdma/Kbuild b/include/rdma/Kbuild index e7c043216558..ea56f76c0c22 100644 --- a/include/rdma/Kbuild +++ b/include/rdma/Kbuild | |||
| @@ -1 +1,6 @@ | |||
| 1 | header-y += ib_user_cm.h | ||
| 1 | header-y += ib_user_mad.h | 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 | ||
diff --git a/include/rdma/ib_user_cm.h b/include/rdma/ib_user_cm.h index bd3d380781e0..f79014aa28f9 100644 --- a/include/rdma/ib_user_cm.h +++ b/include/rdma/ib_user_cm.h | |||
| @@ -34,6 +34,7 @@ | |||
| 34 | #ifndef IB_USER_CM_H | 34 | #ifndef IB_USER_CM_H |
| 35 | #define IB_USER_CM_H | 35 | #define IB_USER_CM_H |
| 36 | 36 | ||
| 37 | #include <linux/types.h> | ||
| 37 | #include <rdma/ib_user_sa.h> | 38 | #include <rdma/ib_user_sa.h> |
| 38 | 39 | ||
| 39 | #define IB_USER_CM_ABI_VERSION 5 | 40 | #define IB_USER_CM_ABI_VERSION 5 |
