]> git.baikalelectronics.ru Git - kernel.git/commit
led: Add dependency on CONFIG_LEDS_TRIGGERS to led_trigger_rename_static()
authorJingoo Han <jg1.han@samsung.com>
Mon, 19 Nov 2012 05:35:55 +0000 (21:35 -0800)
committerBryan Wu <cooloney@gmail.com>
Mon, 26 Nov 2012 22:28:51 +0000 (14:28 -0800)
commit010e0b68ff2a93860ab02d3a1987510a79f7d033
tree60b3e4d38b7e9b16eeafd776148bac8fd82aca65
parent9612c97cd07b88650f50aadd74fc082227ac7127
led: Add dependency on CONFIG_LEDS_TRIGGERS to led_trigger_rename_static()

This patch fixes build warnings when CONFIG_LEDS_TRIGGERS is
disabled as below:
include/linux/leds.h:158:18: warning: 'struct led_trigger' declared inside parameter list [enabled by default]
include/linux/leds.h:158:18: warning: its scope is only this definition or declaration, which is probably not what you want [enabled
by default]

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Fabio Baltieri <fabio.baltieri@gmail.com>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
include/linux/leds.h