]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
include: remove unused header
authorStephen Hemminger <stephen@networkplumber.org>
Fri, 13 Jan 2017 22:11:12 +0000 (14:11 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 13 Jan 2017 22:11:12 +0000 (14:11 -0800)
not used by any source here

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
include/linux/tc_ematch/tc_em_text.h [deleted file]

diff --git a/include/linux/tc_ematch/tc_em_text.h b/include/linux/tc_ematch/tc_em_text.h
deleted file mode 100644 (file)
index 5aac404..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef __LINUX_TC_EM_TEXT_H
-#define __LINUX_TC_EM_TEXT_H
-
-#include <linux/types.h>
-#include <linux/pkt_cls.h>
-
-#define TC_EM_TEXT_ALGOSIZ     16
-
-struct tcf_em_text {
-       char            algo[TC_EM_TEXT_ALGOSIZ];
-       __u16           from_offset;
-       __u16           to_offset;
-       __u16           pattern_len;
-       __u8            from_layer:4;
-       __u8            to_layer:4;
-       __u8            pad;
-};
-
-#endif