Skip to content

Commit

Permalink
RDMA: Update exported headers list
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
rolandd committed May 25, 2011
1 parent 550e5ca commit 9a7147b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/rdma/Kbuild
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions include/rdma/ib_user_cm.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a7147b

Please sign in to comment.