From 237a52731b98d89723cc38a4570efbaece9108de Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 11 Oct 2017 10:47:28 -0700 Subject: [PATCH] rdma: move headers to uapi And update with version from upstream. Signed-off-by: Stephen Hemminger --- include/{ => uapi}/rdma/rdma_netlink.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename include/{ => uapi}/rdma/rdma_netlink.h (98%) diff --git a/include/rdma/rdma_netlink.h b/include/uapi/rdma/rdma_netlink.h similarity index 98% rename from include/rdma/rdma_netlink.h rename to include/uapi/rdma/rdma_netlink.h index 861440a8..13875a3f 100644 --- a/include/rdma/rdma_netlink.h +++ b/include/uapi/rdma/rdma_netlink.h @@ -1,5 +1,5 @@ -#ifndef _UAPI_RDMA_NETLINK_H -#define _UAPI_RDMA_NETLINK_H +#ifndef _RDMA_NETLINK_H +#define _RDMA_NETLINK_H #include @@ -304,4 +304,4 @@ enum rdma_nldev_attr { RDMA_NLDEV_ATTR_MAX }; -#endif /* _UAPI_RDMA_NETLINK_H */ +#endif /* _RDMA_NETLINK_H */