leds: turris-omnia: Remove unused local leds.h
authorJavier Carrasco <javier.carrasco.cruz@gmail.com>
Fri, 27 Sep 2024 21:37:45 +0000 (23:37 +0200)
committerLee Jones <lee@kernel.org>
Wed, 9 Oct 2024 14:37:34 +0000 (15:37 +0100)
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-6-46fbf41ed4ae@gmail.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/leds/leds-turris-omnia.c

index 4cff8c4..2de825a 100644 (file)
@@ -10,7 +10,6 @@
 #include <linux/module.h>
 #include <linux/mutex.h>
 #include <linux/of.h>
-#include "leds.h"
 
 #define OMNIA_BOARD_LEDS       12
 #define OMNIA_LED_NUM_CHANNELS 3