On Fri, Dec 04, 2015 at 02:57:04PM +0000, Jon Hunter wrote: > Sparse reports the following warning for tegra_pmc_init_tsense_reset: > > drivers/soc/tegra/pmc.c:741:6: warning: symbol > 'tegra_pmc_init_tsense_reset' was not declared. Should it be static? > > This function is only used internally by the PMC driver and so fix this > by making it static. > > Signed-off-by: Jon Hunter > --- > drivers/soc/tegra/pmc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks. Thierry