From: Colin King <[email protected]> Date: Wed, 4 Oct 2017 14:20:37 +0100
> From: Colin Ian King <[email protected]> > > The functions t4vf_link_down_rc_str and t4vf_handle_get_port_info are > local to the source and do not need to be in global scope, so make > them static. > > Cleans up sparse warnings: > symbol 't4vf_link_down_rc_str' was not declared. Should it be static? > symbol 't4vf_handle_get_port_info' was not declared. Should it be static? > > Signed-off-by: Colin Ian King <[email protected]> Applied to net-next, thanks.

