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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
1 parent bf3fba7 commit 827a0a3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)