diff options
| author | Lee Jones <lee@kernel.org> | 2024-07-04 17:07:01 +0100 |
|---|---|---|
| committer | Lee Jones <lee@kernel.org> | 2024-07-04 17:07:01 +0100 |
| commit | 5ffe70d81e08cc101e9d609f69fd587e2bed4b8c (patch) | |
| tree | 3253ab882c7beacc0d32d9234c184bcf4ff5829a /include/linux/leds.h | |
| parent | f5ace555243953d12031679712e8594a40873ed0 (diff) | |
| parent | 970c3a6b7aa3c68ccdf5af2562c3d39533dd62a9 (diff) | |
Merge branch 'ib-mfd-leds-platform-6.11' into ibs-for-mfd-merged
Diffstat (limited to 'include/linux/leds.h')
| -rw-r--r-- | include/linux/leds.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/leds.h b/include/linux/leds.h index dedea965afbf..99f87587a132 100644 --- a/include/linux/leds.h +++ b/include/linux/leds.h @@ -107,6 +107,7 @@ struct led_classdev { #define LED_BRIGHT_HW_CHANGED BIT(21) #define LED_RETAIN_AT_SHUTDOWN BIT(22) #define LED_INIT_DEFAULT_TRIGGER BIT(23) +#define LED_REJECT_NAME_CONFLICT BIT(24) /* set_brightness_work / blink_timer flags, atomic, private. */ unsigned long work_flags; |
