From: a...@linux-foundation.org Date: Thu, 18 Jan 2018 16:30:49 -0800 > From: Andrew Morton <a...@linux-foundation.org> > Subject: net/sched/sch_prio.c: work around gcc-4.4.4 union initializer issues > > gcc-4.4.4 has problems witn anon union initializers. Work around this. > > net/sched/sch_prio.c: In function 'prio_dump_offload': > net/sched/sch_prio.c:260: error: unknown field 'stats' specified in > initializer > net/sched/sch_prio.c:260: warning: initialization makes integer from pointer > without a cast > net/sched/sch_prio.c:261: error: unknown field 'stats' specified in > initializer > net/sched/sch_prio.c:261: warning: initialization makes integer from pointer > without a cast > > Fixes: 7fdb61b44c0c95 ("net: sch: prio: Add offload ability to PRIO qdisc") > Cc: Nogah Frankel <nog...@mellanox.com> > Cc: Yuval Mintz <yuv...@mellanox.com> > Cc: Jiri Pirko <j...@mellanox.com> > Cc: David S. Miller <da...@davemloft.net> > Signed-off-by: Andrew Morton <a...@linux-foundation.org>
Applied, thanks Andrew.