Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Ira Weiny and committed by
Doug Ledford
6f876ce4 6fd8edab

+3
+1
include/uapi/rdma/Kbuild
··· 5 5 header-y += ib_user_verbs.h 6 6 header-y += rdma_netlink.h 7 7 header-y += rdma_user_cm.h 8 + header-y += hfi/
+2
include/uapi/rdma/hfi/Kbuild
··· 1 + # UAPI Header export list 2 + header-y += hfi1_user.h