diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-02-15 01:31:32 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2008-02-25 16:18:35 -0800 |
commit | 5fb7ba76544d95bfa05199f7394a442de5660be7 (patch) | |
tree | 40e96d63be55bab749e3840108595e30c68d402c /include | |
parent | e2a0956c9d1c9eebd51849c58fcbc7477c618a19 (diff) |
NET: Add if_addrlabel.h to sanitized headers.
Upstream commit: dded91611a728d65721cdab3dd41d801a356fa15
if_addrlabel.h is needed for iproute2 usage.
Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild index f30fa92a44a..4b32bb1c3b4 100644 --- a/include/linux/Kbuild +++ b/include/linux/Kbuild @@ -217,6 +217,7 @@ unifdef-y += i2o-dev.h unifdef-y += icmp.h unifdef-y += icmpv6.h unifdef-y += if_addr.h +unifdef-y += if_addrlabel.h unifdef-y += if_arp.h unifdef-y += if_bridge.h unifdef-y += if_ec.h |