From: stephen hemminger Date: Fri, 16 Oct 2015 23:12:34 +0000 (-0700) Subject: uapi: add mpls_iptunnel.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b3958b9e18140457b5600b03619e4c2e530761fe;p=linux-beck.git uapi: add mpls_iptunnel.h Add missing rule to export mpls iptunnel header needed by iproute2 Signed-off-by: Stephen Hemminger Acked-by: Roopa Prabhu Signed-off-by: David S. Miller --- diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index f7b2db44eb4b..70d89230b641 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild @@ -263,6 +263,7 @@ header-y += minix_fs.h header-y += mman.h header-y += mmtimer.h header-y += mpls.h +header-y += mpls_iptunnel.h header-y += mqueue.h header-y += mroute6.h header-y += mroute.h