aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/dsa
diff options
context:
space:
mode:
authorGravatar Andrew Morton <akpm@linux-foundation.org> 2017-11-10 15:09:53 -0800
committerGravatar David S. Miller <davem@davemloft.net> 2017-11-13 10:33:07 +0900
commitee9d3429c0e47a57e3e73b638785cafa33773639 (patch)
tree6f23176112d5eb7752b22a365314490639410396 /drivers/net/dsa
parentnet/mlx4: Use Kconfig flag to remove support of old gen2 Mellanox devices (diff)
downloadlinux-ee9d3429c0e47a57e3e73b638785cafa33773639.tar.gz
linux-ee9d3429c0e47a57e3e73b638785cafa33773639.tar.bz2
linux-ee9d3429c0e47a57e3e73b638785cafa33773639.zip
net/sched/sch_red.c: work around gcc-4.4.4 anon union initializer issue
gcc-4.4.4 (at lest) has issues with initializers and anonymous unions: net/sched/sch_red.c: In function 'red_dump_offload': net/sched/sch_red.c:282: error: unknown field 'stats' specified in initializer net/sched/sch_red.c:282: warning: initialization makes integer from pointer without a cast net/sched/sch_red.c:283: error: unknown field 'stats' specified in initializer net/sched/sch_red.c:283: warning: initialization makes integer from pointer without a cast net/sched/sch_red.c: In function 'red_dump_stats': net/sched/sch_red.c:352: error: unknown field 'xstats' specified in initializer net/sched/sch_red.c:352: warning: initialization makes integer from pointer without a cast Work around this. Fixes: 602f3baf2218 ("net_sch: red: Add offload ability to RED qdisc") Cc: Nogah Frankel <nogahf@mellanox.com> Cc: Jiri Pirko <jiri@mellanox.com> Cc: Simon Horman <simon.horman@netronome.com> Cc: David S. Miller <davem@davemloft.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa')
0 files changed, 0 insertions, 0 deletions