diff options
| author | Nicolas Dichtel <nicolas.dichtel@6wind.com> | 2015-07-23 15:43:56 +0200 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2015-07-26 21:45:54 -0700 |
| commit | e0910bace663b78c026b73bbd711a24ccf410531 (patch) | |
| tree | 6315e4ca1d1f5010322b3052daf41224ac0e8338 /include/linux | |
| parent | 949f1e39a6177503349ef8adeedd13fa1c89e5dd (diff) | |
lwtunnel: export linux/lwtunnel.h to userspace
Note also that include/linux/lwtunnel.h is not needed.
CC: Thomas Graf <tgraf@suug.ch>
CC: Roopa Prabhu <roopa@cumulusnetworks.com>
Fixes: 499a24256862 ("lwtunnel: infrastructure for handling light weight tunnels like mpls")
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Acked-by: Roopa Prabhu <roopa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/lwtunnel.h | 6 |
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_ */ |
