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)
commit057407c732b7761cf417a1e6633a02d9d473340d
tree60b3e4d38b7e9b16eeafd776148bac8fd82aca65
parenta8df7b1ab70bfd6f261fa5e96985fca638299acc
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
This page took 0.02749 seconds and 5 git commands to generate.