diff options
author | WANG Cong <xiyou.wangcong@gmail.com> | 2014-01-09 16:14:05 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-01-13 11:50:15 -0800 |
commit | 7eb8896df03d0f4a8b301cb177d7f31c0d70e112 (patch) | |
tree | c76752e5c9925171b4c91bbfcea516ededdc8e12 /include/net/act_api.h | |
parent | a8701a6c7ae0142393d0fe87a1e7778bd04d1ac7 (diff) | |
download | op-kernel-dev-7eb8896df03d0f4a8b301cb177d7f31c0d70e112.zip op-kernel-dev-7eb8896df03d0f4a8b301cb177d7f31c0d70e112.tar.gz |
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.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/act_api.h b/include/net/act_api.h index 268f9e6..e171387 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; |