Skip to content

Commit 827a0a3

Browse files
javiercarrascocruzlag-linaro
authored andcommitted
leds: flash: Remove unused local leds.h
This driver does not require any element from the local leds.h. Drop unused header. Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com> Link: https://lore.kernel.org/r/20240927-leds_unused_leds_h-v1-1-46fbf41ed4ae@gmail.com Signed-off-by: Lee Jones <lee@kernel.org>
1 parent bf3fba7 commit 827a0a3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/leds/led-class-flash.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include <linux/leds.h>
1313
#include <linux/module.h>
1414
#include <linux/slab.h>
15-
#include "leds.h"
1615

1716
#define has_flash_op(fled_cdev, op) \
1817
(fled_cdev && fled_cdev->ops->op)

0 commit comments

Comments
 (0)