projects
/
platform
/
kernel
/
linux-rpi3.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f7f34e
)
devlink: add missing install of header
author
stephen hemminger
<stephen@networkplumber.org>
Mon, 11 Apr 2016 20:39:08 +0000
(13:39 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 12 Apr 2016 01:33:44 +0000
(21:33 -0400)
The new devlink.h in uapi was not being installed by
make headers_install
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/Kbuild
patch
|
blob
|
history
diff --git
a/include/uapi/linux/Kbuild
b/include/uapi/linux/Kbuild
index
b71fd0b
..
813ffb2
100644
(file)
--- a/
include/uapi/linux/Kbuild
+++ b/
include/uapi/linux/Kbuild
@@
-96,6
+96,7
@@
header-y += cyclades.h
header-y += cycx_cfm.h
header-y += dcbnl.h
header-y += dccp.h
+header-y += devlink.h
header-y += dlmconstants.h
header-y += dlm_device.h
header-y += dlm.h