mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2024-12-28 16:52:18 +00:00
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>
This commit is contained in:
parent
bf3fba7276
commit
827a0a3724
@ -12,7 +12,6 @@
|
||||
#include <linux/leds.h>
|
||||
#include <linux/module.h>
|
||||
#include <linux/slab.h>
|
||||
#include "leds.h"
|
||||
|
||||
#define has_flash_op(fled_cdev, op) \
|
||||
(fled_cdev && fled_cdev->ops->op)
|
||||
|
Loading…
Reference in New Issue
Block a user