diff options
author | David Howells <dhowells@redhat.com> | 2012-11-21 15:47:40 (GMT) |
---|---|---|
committer | Roland Dreier <roland@purestorage.com> | 2012-11-22 08:43:10 (GMT) |
commit | 7235aa79f683db0d908dcb0c2b7062dfdd765196 (patch) | |
tree | 1bd2e3c629eb1e90017e344c976bd9ea68738583 /include/uapi/rdma/Kbuild | |
parent | f4a75d2eb7b1e2206094b901be09adb31ba63681 (diff) | |
download | linux-fsl-qoriq-7235aa79f683db0d908dcb0c2b7062dfdd765196.tar.xz |
UAPI: (Scripted) Disintegrate include/rdma
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Michael Kerrisk <mtk.manpages@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Dave Jones <davej@redhat.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
Diffstat (limited to 'include/uapi/rdma/Kbuild')
-rw-r--r-- | include/uapi/rdma/Kbuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/uapi/rdma/Kbuild b/include/uapi/rdma/Kbuild index aafaa5a..687ae33 100644 --- a/include/uapi/rdma/Kbuild +++ b/include/uapi/rdma/Kbuild @@ -1 +1,7 @@ # UAPI Header export list +header-y += ib_user_cm.h +header-y += ib_user_mad.h +header-y += ib_user_sa.h +header-y += ib_user_verbs.h +header-y += rdma_netlink.h +header-y += rdma_user_cm.h |