diff options
author | stephen hemminger <stephen@networkplumber.org> | 2016-04-11 20:39:08 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-04-12 01:33:44 (GMT) |
commit | 1ecf689013b598918cd9a261a078e64571b60f90 (patch) | |
tree | 2a2db6e614e878521ffe76bea48ee562c47cf24b /include | |
parent | 4f7f34eaab9f68c9bcd45386b15c414c38b40587 (diff) | |
download | linux-1ecf689013b598918cd9a261a078e64571b60f90.tar.xz |
devlink: add missing install of header
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>
Diffstat (limited to 'include')
-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 b71fd0b..813ffb2e 100644 --- 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 |