diff options
author | stephen hemminger <shemminger@vyatta.com> | 2012-12-12 01:58:52 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-12-12 12:40:23 -0500 |
commit | 895464fa4b52f0e5a2ceffc173bad012be02b465 (patch) | |
tree | 6fc477e1a1f24f48ca873fede5bf8f861320e210 /include/uapi/linux/Kbuild | |
parent | 1abbe1394a84c10919e32242318e715b04d7e33b (diff) |
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>
Diffstat (limited to 'include/uapi/linux/Kbuild')
-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 e194387ef784..2564a968ca48 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild | |||
@@ -258,6 +258,7 @@ header-y += neighbour.h | |||
258 | header-y += net.h | 258 | header-y += net.h |
259 | header-y += net_dropmon.h | 259 | header-y += net_dropmon.h |
260 | header-y += net_tstamp.h | 260 | header-y += net_tstamp.h |
261 | header-y += netconf.h | ||
261 | header-y += netdevice.h | 262 | header-y += netdevice.h |
262 | header-y += netfilter.h | 263 | header-y += netfilter.h |
263 | header-y += netfilter_arp.h | 264 | header-y += netfilter_arp.h |