aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/leds.h
diff options
context:
space:
mode:
authorJacek Anaszewski <j.anaszewski@samsung.com>2015-03-04 08:14:22 -0800
committerBryan Wu <cooloney@gmail.com>2015-03-09 17:16:23 -0700
commit94fdec768dc72a6993479f59a17daa413f30029e (patch)
tree6495761c9d3b3dc36a4aa27229d70914e48b1dc0 /include/linux/leds.h
parentleds: Introduce devres helper for led_classdev_register (diff)
downloadlinux-dev-94fdec768dc72a6993479f59a17daa413f30029e.tar.xz
linux-dev-94fdec768dc72a6993479f59a17daa413f30029e.zip
leds: flash: Remove synchronized flash strobe feature
Synchronized flash strobe feature has been considered not fitting for LED subsystem sysfs interface and thus is being removed. Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com> Acked-by: Kyungmin Park <kyungmin.park@samsung.com> Cc: Richard Purdie <rpurdie@rpsys.net> Signed-off-by: Bryan Wu <cooloney@gmail.com>
Diffstat (limited to 'include/linux/leds.h')
-rw-r--r--include/linux/leds.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/leds.h b/include/linux/leds.h
index ed634279062e..9a2b000094cf 100644
--- a/include/linux/leds.h
+++ b/include/linux/leds.h
@@ -47,7 +47,6 @@ struct led_classdev {
#define SET_BRIGHTNESS_ASYNC (1 << 21)
#define SET_BRIGHTNESS_SYNC (1 << 22)
#define LED_DEV_CAP_FLASH (1 << 23)
-#define LED_DEV_CAP_SYNC_STROBE (1 << 24)
/* Set LED brightness level */
/* Must not sleep, use a workqueue if needed */