Merge branch 'for-rc8-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds

Pull LED fix from Pavel Machek:
"One-liner fixing a build problem"

* 'for-rc8-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-leds:
leds: rt8515: add V4L2_FLASH_LED_CLASS dependency

Changed files
+1
drivers
leds
flash
+1
drivers/leds/flash/Kconfig
··· 5 5 config LEDS_RT8515 6 6 tristate "LED support for Richtek RT8515 flash/torch LED" 7 7 depends on GPIOLIB 8 + depends on V4L2_FLASH_LED_CLASS || !V4L2_FLASH_LED_CLASS 8 9 help 9 10 This option enables support for the Richtek RT8515 flash 10 11 and torch LEDs found on some mobile phones.