aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorNicolas Dichtel <[email protected]>2015-07-23 15:43:56 +0200
committerDavid S. Miller <[email protected]>2015-07-26 21:45:54 -0700
commite0910bace663b78c026b73bbd711a24ccf410531 (patch)
tree6315e4ca1d1f5010322b3052daf41224ac0e8338 /include/linux
parent949f1e39a6177503349ef8adeedd13fa1c89e5dd (diff)
lwtunnel: export linux/lwtunnel.h to userspace
Note also that include/linux/lwtunnel.h is not needed. CC: Thomas Graf <[email protected]> CC: Roopa Prabhu <[email protected]> Fixes: 499a24256862 ("lwtunnel: infrastructure for handling light weight tunnels like mpls") Signed-off-by: Nicolas Dichtel <[email protected]> Acked-by: Roopa Prabhu <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/lwtunnel.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/lwtunnel.h b/include/linux/lwtunnel.h
deleted file mode 100644
index 97f32f8b4ae1..000000000000
--- a/include/linux/lwtunnel.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef _LINUX_LWTUNNEL_H_
-#define _LINUX_LWTUNNEL_H_
-
-#include <uapi/linux/lwtunnel.h>
-
-#endif /* _LINUX_LWTUNNEL_H_ */