From: Chuck Ebbert Date: Wed, 11 Feb 2009 01:18:17 +0000 (-0800) Subject: pkt_sched: type should be __u32 in header X-Git-Tag: v2.6.29-rc5~3^2~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e672f7db767156bf71adf9c592cfe81b339523d6;p=platform%2Fkernel%2Flinux-exynos.git pkt_sched: type should be __u32 in header Using u32 in this header breaks the build of iptables. Signed-off-by: Chuck Ebbert Signed-off-by: David S. Miller --- diff --git a/include/linux/pkt_sched.h b/include/linux/pkt_sched.h index b2648e8..d51a2b3 100644 --- a/include/linux/pkt_sched.h +++ b/include/linux/pkt_sched.h @@ -515,7 +515,7 @@ enum struct tc_drr_stats { - u32 deficit; + __u32 deficit; }; #endif