aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/act_api.h
diff options
context:
space:
mode:
authorWANG Cong <xiyou.wangcong@gmail.com>2014-01-09 16:14:05 -0800
committerDavid S. Miller <davem@davemloft.net>2014-01-13 11:50:15 -0800
commit7eb8896df03d0f4a8b301cb177d7f31c0d70e112 (patch)
treec76752e5c9925171b4c91bbfcea516ededdc8e12 /include/net/act_api.h
parentnet_sched: avoid casting void pointer (diff)
downloadlinux-dev-7eb8896df03d0f4a8b301cb177d7f31c0d70e112.tar.xz
linux-dev-7eb8896df03d0f4a8b301cb177d7f31c0d70e112.zip
net_sched: act: remove struct tcf_act_hdr
It is not necessary at all. Cc: Jamal Hadi Salim <jhs@mojatatu.com> Cc: David S. Miller <davem@davemloft.net> Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com> Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/act_api.h')
-rw-r--r--include/net/act_api.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/act_api.h b/include/net/act_api.h
index 268f9e6babd7..e171387512b3 100644
--- a/include/net/act_api.h
+++ b/include/net/act_api.h
@@ -73,10 +73,6 @@ static inline void tcf_hashinfo_destroy(struct tcf_hashinfo *hf)
#define ACT_P_CREATED 1
#define ACT_P_DELETED 1
-struct tcf_act_hdr {
- struct tcf_common common;
-};
-
struct tc_action {
void *priv;
const struct tc_action_ops *ops;