Skip to content

Commit

Permalink
uapi: add missing install of sync_file.h
Browse files Browse the repository at this point in the history
As part of the sync framework destaging, the sync_file.h header
was moved, but an entry was not added on Kbuild to install it.
This patch resolves this omission so that "make headers_install"
installs this header.

Fixes: 460bfc4 ("dma-buf/sync_file: de-stage sync_file headers")
Reported-by: Michael Ellerman <[email protected]>
Reviewed-by: Gustavo Padovan <[email protected]>
Signed-off-by: Emilio López <[email protected]>
Signed-off-by: Sean Paul <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
  • Loading branch information
elopez authored and danvet committed Oct 4, 2016
1 parent 6bd488d commit 58f0f9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/uapi/linux/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ header-y += string.h
header-y += suspend_ioctls.h
header-y += swab.h
header-y += synclink.h
header-y += sync_file.h
header-y += sysctl.h
header-y += sysinfo.h
header-y += target_core_user.h
Expand Down

0 comments on commit 58f0f9f

Please sign in to comment.