diff options
Diffstat (limited to 'net/sched/cls_u32.c')
-rw-r--r-- | net/sched/cls_u32.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sched/cls_u32.c b/net/sched/cls_u32.c index fa11bb750049..62e1deb27a17 100644 --- a/net/sched/cls_u32.c +++ b/net/sched/cls_u32.c | |||
@@ -50,6 +50,7 @@ | |||
50 | #include <linux/notifier.h> | 50 | #include <linux/notifier.h> |
51 | #include <linux/rtnetlink.h> | 51 | #include <linux/rtnetlink.h> |
52 | #include <net/ip.h> | 52 | #include <net/ip.h> |
53 | #include <net/netlink.h> | ||
53 | #include <net/route.h> | 54 | #include <net/route.h> |
54 | #include <linux/skbuff.h> | 55 | #include <linux/skbuff.h> |
55 | #include <net/sock.h> | 56 | #include <net/sock.h> |
@@ -772,7 +773,7 @@ static int u32_dump(struct tcf_proto *tp, unsigned long fh, | |||
772 | return skb->len; | 773 | return skb->len; |
773 | 774 | ||
774 | rtattr_failure: | 775 | rtattr_failure: |
775 | skb_trim(skb, b - skb->data); | 776 | nlmsg_trim(skb, b); |
776 | return -1; | 777 | return -1; |
777 | } | 778 | } |
778 | 779 | ||