On Tue, 22 Oct 2019 07:57:42 +0800, Yi Wang wrote: > We get one warnings when build kernel W=1: > net/sched/sch_taprio.c:1155:6: warning: no previous prototype for > ‘taprio_offload_config_changed’ [-Wmissing-prototypes] > > Make the function static to fix this. > > Signed-off-by: Yi Wang <[email protected]> > Acked-by: Vinicius Costa Gomes <[email protected]>
Thank you! I've added Fixes tag and applied this to the net tree, since the warning is already present there.

