* [PATCH] devlink: add missing install of header
@ 2016-04-11 20:39 Stephen Hemminger
2016-04-12 1:34 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Hemminger @ 2016-04-11 20:39 UTC (permalink / raw)
To: davem, jiri; +Cc: netdev, Stephen Hemminger
The new devlink.h in uapi was not being installed by
make headers_install
Signed-off-by: Stephen Hemminger <stephen@networkplumber.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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] devlink: add missing install of header
2016-04-11 20:39 [PATCH] devlink: add missing install of header Stephen Hemminger
@ 2016-04-12 1:34 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2016-04-12 1:34 UTC (permalink / raw)
To: stephen; +Cc: jiri, netdev
From: Stephen Hemminger <stephen@networkplumber.org>
Date: Mon, 11 Apr 2016 13:39:08 -0700
> The new devlink.h in uapi was not being installed by
> make headers_install
>
> Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Applied, thanks Stephen.
I wish we could just have everything under uapi/linux automatically
get this treatment, but I guess there is a very good reason for the
current behavior.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-04-12 1:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-11 20:39 [PATCH] devlink: add missing install of header Stephen Hemminger
2016-04-12 1:34 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).