projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bd488d
)
uapi: add missing install of sync_file.h
author
Emilio López
<
[email protected]
>
Tue, 27 Sep 2016 14:31:42 +0000
(11:31 -0300)
committer
Daniel Vetter
<
[email protected]
>
Tue, 4 Oct 2016 06:23:15 +0000
(08:23 +0200)
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: 460bfc41fd52 ("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]
include/uapi/linux/Kbuild
patch
|
blob
|
history
diff --git
a/include/uapi/linux/Kbuild
b/include/uapi/linux/Kbuild
index 185f8ea2702fc6b85335647d7076115c694cdfba..407ca0d7a938df78758446d38ebd3d9f353dce3c 100644
(file)
--- a/
include/uapi/linux/Kbuild
+++ b/
include/uapi/linux/Kbuild
@@
-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