Răsfoiți Sursa

IB/hfi1: Add PSM2 user space header to header_install

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: d4ab347005fb ("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>
Ira Weiny 10 ani în urmă
părinte
comite
6f876ce4b5
2 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  1. 1 0
      include/uapi/rdma/Kbuild
  2. 2 0
      include/uapi/rdma/hfi/Kbuild

+ 1 - 0
include/uapi/rdma/Kbuild

@@ -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 - 0
include/uapi/rdma/hfi/Kbuild

@@ -0,0 +1,2 @@
+# UAPI Header export list
+header-y += hfi1_user.h