diff options
Diffstat (limited to 'include/net/sch_generic.h')
| -rw-r--r-- | include/net/sch_generic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/sch_generic.h b/include/net/sch_generic.h index 135f5a2dd931..0dec8a23be57 100644 --- a/include/net/sch_generic.h +++ b/include/net/sch_generic.h | |||
| @@ -10,6 +10,7 @@ | |||
| 10 | #include <linux/dynamic_queue_limits.h> | 10 | #include <linux/dynamic_queue_limits.h> |
| 11 | #include <linux/list.h> | 11 | #include <linux/list.h> |
| 12 | #include <linux/refcount.h> | 12 | #include <linux/refcount.h> |
| 13 | #include <linux/workqueue.h> | ||
| 13 | #include <net/gen_stats.h> | 14 | #include <net/gen_stats.h> |
| 14 | #include <net/rtnetlink.h> | 15 | #include <net/rtnetlink.h> |
| 15 | 16 | ||
| @@ -271,6 +272,7 @@ struct tcf_chain { | |||
| 271 | 272 | ||
| 272 | struct tcf_block { | 273 | struct tcf_block { |
| 273 | struct list_head chain_list; | 274 | struct list_head chain_list; |
| 275 | struct work_struct work; | ||
| 274 | }; | 276 | }; |
| 275 | 277 | ||
| 276 | static inline void qdisc_cb_private_validate(const struct sk_buff *skb, int sz) | 278 | static inline void qdisc_cb_private_validate(const struct sk_buff *skb, int sz) |
