From: Colin King <colin.king@xxxxxxxxxxxxx> Date: Sun, 11 Mar 2018 17:55:47 +0100 > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > Functions lan743x_csr_read and lan743x_csr_read are local to the source > and do not need to be in global scope, so make them static. > > Cleans up sparse warning: > drivers/net/ethernet/microchip/lan743x_main.c:56:5: warning: symbol > lan743x_csr_read' was not declared. Should it be static? > drivers/net/ethernet/microchip/lan743x_main.c:61:6: warning: symbol > 'lan743x_csr_write' was not declared. Should it be static? > > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> Applied. -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html