From: Michael S. Tsirkin <mst@redhat.com>
Date: Tue, 16 Dec 2014 13:05:23 +0000 (+0200)
Subject: if_tun: drop broken IFF_VNET_LE
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9c6ab1931fd6198eab61d9d59aff9a1014637ace;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git

if_tun: drop broken IFF_VNET_LE

Everyone should use TUNSETVNETLE/TUNGETVNETLE instead.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
---

diff --git a/include/uapi/linux/if_tun.h b/include/uapi/linux/if_tun.h
index 274630caa276..50ae24335444 100644
--- a/include/uapi/linux/if_tun.h
+++ b/include/uapi/linux/if_tun.h
@@ -59,7 +59,6 @@
 #define IFF_ONE_QUEUE	0x2000
 #define IFF_VNET_HDR	0x4000
 #define IFF_TUN_EXCL	0x8000
-#define IFF_VNET_LE	0x10000
 #define IFF_MULTI_QUEUE 0x0100
 #define IFF_ATTACH_QUEUE 0x0200
 #define IFF_DETACH_QUEUE 0x0400