leds: lm3601x: Move driver to flash subdirectory
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 28 May 2021 20:24:03 +0000 (22:24 +0200)
committerPavel Machek <pavel@ucw.cz>
Mon, 12 Jul 2021 08:30:06 +0000 (10:30 +0200)
commit61fa67a4e538f70bb4e6b3e7f3555402c1713654
tree9b72989d925664db9927155b1ae38fea72aea25b
parent9a7c066f6a1dfff2f30e697fe494a669428fc9f4
leds: lm3601x: 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.

Cc: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
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-lm3601x.c [new file with mode: 0644]
drivers/leds/leds-lm3601x.c [deleted file]