Re: [PATCH -next] ARM: OMAP2+: Make some functions static

2019-10-18 Thread Tony Lindgren
* YueHaibing [191018 12:08]: > Fix sparse warnings: > > arch/arm/mach-omap2/pmic-cpcap.c:29:15: warning: symbol > 'omap_cpcap_vsel_to_uv' was not declared. Should it be static? > arch/arm/mach-omap2/pmic-cpcap.c:43:15: warning: symbol > 'omap_cpcap_uv_to_vsel' was not declared. Should it be

[PATCH -next] ARM: OMAP2+: Make some functions static

2019-10-18 Thread YueHaibing
Fix sparse warnings: arch/arm/mach-omap2/pmic-cpcap.c:29:15: warning: symbol 'omap_cpcap_vsel_to_uv' was not declared. Should it be static? arch/arm/mach-omap2/pmic-cpcap.c:43:15: warning: symbol 'omap_cpcap_uv_to_vsel' was not declared. Should it be static?