diff mbox

IB/hfi1: Add PSM2 user space header to header_install

Message ID 1441233981-32071-1-git-send-email-ira.weiny@intel.com (mailing list archive)
State Accepted
Headers show

Commit Message

Ira Weiny Sept. 2, 2015, 10:46 p.m. UTC
From: Ira Weiny <ira.weiny@intel.com>

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>
---
 include/uapi/rdma/Kbuild     | 1 +
 include/uapi/rdma/hfi/Kbuild | 2 ++
 2 files changed, 3 insertions(+)
 create mode 100644 include/uapi/rdma/hfi/Kbuild

Comments

Doug Ledford Sept. 3, 2015, 7:31 p.m. UTC | #1
On 09/02/2015 06:46 PM, ira.weiny@intel.com wrote:
> From: Ira Weiny <ira.weiny@intel.com>
> 
> 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>
> ---
>  include/uapi/rdma/Kbuild     | 1 +
>  include/uapi/rdma/hfi/Kbuild | 2 ++
>  2 files changed, 3 insertions(+)
>  create mode 100644 include/uapi/rdma/hfi/Kbuild
> 
> 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/
> diff --git a/include/uapi/rdma/hfi/Kbuild b/include/uapi/rdma/hfi/Kbuild
> new file mode 100644
> index 000000000000..ef23c294fc71
> --- /dev/null
> +++ b/include/uapi/rdma/hfi/Kbuild
> @@ -0,0 +1,2 @@
> +# UAPI Header export list
> +header-y += hfi1_user.h
> 

Thanks, applied.
diff mbox

Patch

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/
diff --git a/include/uapi/rdma/hfi/Kbuild b/include/uapi/rdma/hfi/Kbuild
new file mode 100644
index 000000000000..ef23c294fc71
--- /dev/null
+++ b/include/uapi/rdma/hfi/Kbuild
@@ -0,0 +1,2 @@ 
+# UAPI Header export list
+header-y += hfi1_user.h