Skip to content

Commit

Permalink
IB/hfi1: Add PSM2 user space header to header_install
Browse files Browse the repository at this point in the history
When the hfi1 driver was added a user space header file (hfi1_user.h) was added
to be shared between PSM2 and the driver.  However, the file was not added to
the header install.  Add it now.

Fixes: d4ab347 ("IB/core: Add core header changes needed for OPA")
Signed-off-by: Ira Weiny <ira.weiny@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
  • Loading branch information
Ira Weiny authored and Doug Ledford committed Sep 3, 2015
1 parent 6fd8eda commit 6f876ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/uapi/rdma/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ header-y += ib_user_sa.h
header-y += ib_user_verbs.h
header-y += rdma_netlink.h
header-y += rdma_user_cm.h
header-y += hfi/
2 changes: 2 additions & 0 deletions include/uapi/rdma/hfi/Kbuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# UAPI Header export list
header-y += hfi1_user.h

0 comments on commit 6f876ce

Please sign in to comment.