From: stephen hemminger Date: Mon, 11 Apr 2016 20:39:08 +0000 (-0700) Subject: devlink: add missing install of header X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1ecf689013b598918cd9a261a078e64571b60f90;p=linux-beck.git 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 Signed-off-by: David S. Miller --- diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index b71fd0b5cbad..813ffb2e22c9 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