aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstephen hemminger <shemminger@vyatta.com>2012-12-12 06:58:52 +0000
committerDavid S. Miller <davem@davemloft.net>2012-12-12 12:40:23 -0500
commit895464fa4b52f0e5a2ceffc173bad012be02b465 (patch)
tree6fc477e1a1f24f48ca873fede5bf8f861320e210
parentpkt_sched: avoid requeues if possible (diff)
downloadlinux-dev-895464fa4b52f0e5a2ceffc173bad012be02b465.tar.xz
linux-dev-895464fa4b52f0e5a2ceffc173bad012be02b465.zip
uapi: add missing netconf.h to export list
Add netconf.h for use by iproute2. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Acked-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-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