diff options
| author | Ira Weiny <ira.weiny@intel.com> | 2015-09-02 18:46:21 -0400 |
|---|---|---|
| committer | Doug Ledford <dledford@redhat.com> | 2015-09-03 15:29:52 -0400 |
| commit | 6f876ce4b53f7c748e07cedab661aa4bcc8a09d2 (patch) | |
| tree | caf915fc33b7f3c04e5cb613a8dec2ae0630e017 /include/uapi/rdma/Kbuild | |
| parent | IB/hfi1: Add CSRs for CONFIG_SDMA_VERBOSITY (diff) | |
| download | linux-6f876ce4b53f7c748e07cedab661aa4bcc8a09d2.tar.gz linux-6f876ce4b53f7c748e07cedab661aa4bcc8a09d2.zip | |
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>
Diffstat (limited to 'include/uapi/rdma/Kbuild')
| -rw-r--r-- | include/uapi/rdma/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/rdma/Kbuild b/include/uapi/rdma/Kbuild index 687ae332200f..231901b08f6c 100644 --- a/include/uapi/rdma/Kbuild +++ b/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/ |
