On 29.01.2016 23:50, Arnd Bergmann wrote: > gta02_configure_pmu_for_charger is only used when CONFIG_PCF50633_ADC > is set, and otherwise we get a warning about an unused symbol: > > arch/arm/mach-s3c24xx/mach-gta02.c:158:1: warning: 'gta02_configure_pmu_for_charger' defined but not used [-Wunused-function] > gta02_configure_pmu_for_charger(struct pcf50633 *pcf, void *unused, int res) > > This adds an #ifdef to shut up the warning. > > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> > --- > arch/arm/mach-s3c24xx/mach-gta02.c | 2 ++ > 1 file changed, 2 insertions(+) Reviewed-by: Krzysztof Kozlowski <k.kozlowski@xxxxxxxxxxx> Best regards, Krzysztof -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html