diff options
author | Denys Dmytriyenko <[email protected]> | 2017-02-14 15:00:47 -0500 |
---|---|---|
committer | Daniel Vetter <[email protected]> | 2017-02-14 22:45:16 +0100 |
commit | 2220fc1ab363e6fab1f321430d69be17a8b92bd7 (patch) | |
tree | 78664163d940a6ea41c16f3791226d81b3c2fc85 | |
parent | 13f62f54d174d3417c3caaafedf5e22a0a03e442 (diff) |
uapi: add missing install of dma-buf.h
As part of c11e391da2a8fe973c3c2398452000bed505851e "dma-buf: Add ioctls to
allow userspace to flush" a new uapi header file dma-buf.h was added, but an
entry was not added on Kbuild to install it. This patch resolves this omission
so that "make headers_install" installs this header.
Signed-off-by: Denys Dmytriyenko <[email protected]>
Reviewed-by: Tomi Valkeinen <[email protected]>
Cc: Ville Syrjälä <[email protected]>
Cc: David Herrmann <[email protected]>
Cc: Sumit Semwal <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: Tiago Vignatti <[email protected]>
Cc: Daniel Vetter <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | include/uapi/linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index f330ba4547cf..900129c8f6cf 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild @@ -109,6 +109,7 @@ header-y += dlm_netlink.h header-y += dlm_plock.h header-y += dm-ioctl.h header-y += dm-log-userspace.h +header-y += dma-buf.h header-y += dn.h header-y += dqblk_xfs.h header-y += edd.h |