diff options
Diffstat (limited to 'net/sched/cls_fw.c')
-rw-r--r-- | net/sched/cls_fw.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sched/cls_fw.c b/net/sched/cls_fw.c index f5f355852a87..bbec4a0d4dcb 100644 --- a/net/sched/cls_fw.c +++ b/net/sched/cls_fw.c | |||
@@ -38,6 +38,7 @@ | |||
38 | #include <linux/notifier.h> | 38 | #include <linux/notifier.h> |
39 | #include <linux/netfilter.h> | 39 | #include <linux/netfilter.h> |
40 | #include <net/ip.h> | 40 | #include <net/ip.h> |
41 | #include <net/netlink.h> | ||
41 | #include <net/route.h> | 42 | #include <net/route.h> |
42 | #include <linux/skbuff.h> | 43 | #include <linux/skbuff.h> |
43 | #include <net/sock.h> | 44 | #include <net/sock.h> |
@@ -382,7 +383,7 @@ static int fw_dump(struct tcf_proto *tp, unsigned long fh, | |||
382 | return skb->len; | 383 | return skb->len; |
383 | 384 | ||
384 | rtattr_failure: | 385 | rtattr_failure: |
385 | skb_trim(skb, b - skb->data); | 386 | nlmsg_trim(skb, b); |
386 | return -1; | 387 | return -1; |
387 | } | 388 | } |
388 | 389 | ||