aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstephen hemminger <[email protected]>2012-12-12 06:58:52 +0000
committerDavid S. Miller <[email protected]>2012-12-12 12:40:23 -0500
commit895464fa4b52f0e5a2ceffc173bad012be02b465 (patch)
tree6fc477e1a1f24f48ca873fede5bf8f861320e210
parent1abbe1394a84c10919e32242318e715b04d7e33b (diff)
uapi: add missing netconf.h to export list
Add netconf.h for use by iproute2. Signed-off-by: Stephen Hemminger <[email protected]> Acked-by: Nicolas Dichtel <[email protected]> Signed-off-by: David S. Miller <[email protected]>
-rw-r--r--include/uapi/linux/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild
index e194387ef784..2564a968ca48 100644
--- a/include/uapi/linux/Kbuild
+++ b/include/uapi/linux/Kbuild
@@ -258,6 +258,7 @@ header-y += neighbour.h
header-y += net.h
header-y += net_dropmon.h
header-y += net_tstamp.h
+header-y += netconf.h
header-y += netdevice.h
header-y += netfilter.h
header-y += netfilter_arp.h