[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1460407148-24228-1-git-send-email-stephen@networkplumber.org>
Date: Mon, 11 Apr 2016 13:39:08 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: davem@...emloft.net, jiri@...lanox.com
Cc: netdev@...r.kernel.org,
Stephen Hemminger <stephen@...workplumber.org>
Subject: [PATCH] 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@...workplumber.org>
---
include/uapi/linux/Kbuild | 1 +
1 file changed, 1 insertion(+)
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
--
2.1.4
Powered by blists - more mailing lists