]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
leds: max77693: Move driver to flash subdirectory
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 28 May 2021 20:24:01 +0000 (22:24 +0200)
committerPavel Machek <pavel@ucw.cz>
Mon, 12 Jul 2021 08:30:05 +0000 (10:30 +0200)
commiteb5a4422e448a8200ddaafef0cc16db3f45ec1f8
treeb91d1fbc27d1ed79a14ea4e1bead7e14fa1d6e53
parentf5d69f6290a37f5579ef24334d5bf8a59bb13ef4
leds: max77693: Move driver to flash subdirectory

We created a subdirectory for LED drivers that depend on
CONFIG_LEDS_CLASS_FLASH, and this driver does so let's
move it there.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Jacek Anaszewski <jacek.anaszewski@gmail.com>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
drivers/leds/Kconfig
drivers/leds/Makefile
drivers/leds/flash/Kconfig
drivers/leds/flash/Makefile
drivers/leds/flash/leds-max77693.c [new file with mode: 0644]
drivers/leds/leds-max77693.c [deleted file]