diff options
author | stephen hemminger <stephen@networkplumber.org> | 2013-06-20 01:06:54 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-06-20 01:30:27 (GMT) |
commit | 2bd470fc08cbbfd4f2e53a620362806620d217ed (patch) | |
tree | db269607c024ef4bd4dd22f5a6a2167d3f242f9c /include | |
parent | d13919301d9a34cd4d3cc5ac73b89012c48cad71 (diff) | |
download | linux-2bd470fc08cbbfd4f2e53a620362806620d217ed.tar.xz |
netlink: export netlink_diag.h header
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>
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 ab5d499..bdc6e87 100644 --- 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 |