projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d139193
)
netlink: export netlink_diag.h header
author
stephen hemminger
<stephen@networkplumber.org>
Thu, 20 Jun 2013 01:06:54 +0000
(18:06 -0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 20 Jun 2013 01:30:27 +0000
(18:30 -0700)
The netlink_diag.h is in include/uapi/linux but not in the Kbuild necessary
to cause it to be exported 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
ab5d499
..
bdc6e87
100644
(file)
--- a/
include/uapi/linux/Kbuild
+++ b/
include/uapi/linux/Kbuild
@@
-261,6
+261,7
@@
header-y += net_dropmon.h
header-y += net_tstamp.h
header-y += netconf.h
header-y += netdevice.h
+header-y += netlink_diag.h
header-y += netfilter.h
header-y += netfilter_arp.h
header-y += netfilter_bridge.h