From: Denys Dmytriyenko <de...@ti.com> 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 <de...@ti.com> Reviewed-by: Tomi Valkeinen <tomi.valkei...@ti.com> Cc: Ville Syrjälä <ville.syrj...@linux.intel.com> Cc: David Herrmann <dh.herrm...@gmail.com> Cc: Sumit Semwal <sumit.sem...@linaro.org> Cc: Daniel Vetter <daniel.vet...@intel.com> Cc: Tiago Vignatti <tiago.vigna...@intel.com> Cc: Daniel Vetter <daniel.vet...@ffwll.ch> --- include/uapi/linux/Kbuild | 1 + 1 file changed, 1 insertion(+) diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index f330ba4..900129c 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 -- 2.7.4 _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel