]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
leds: st1202: Drop unused include
authorLinus Walleij <linusw@kernel.org>
Fri, 27 Mar 2026 12:58:41 +0000 (13:58 +0100)
committerLee Jones <lee@kernel.org>
Wed, 17 Jun 2026 10:27:58 +0000 (11:27 +0100)
The driver includes the legacy GPIO header <linux/gpio.h> but does
not use any symbols from it so drop the include.

Signed-off-by: Linus Walleij <linusw@kernel.org>
Link: https://patch.msgid.link/20260327-leds-st1202-v1-1-15c107cc9fb9@kernel.org
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/leds/leds-st1202.c

index 4e5dd76d714d8f002bfb6410eafffda730f6ab4e..2b68cd3c45f8de98121753b9e7b2a06f7b429309 100644 (file)
@@ -9,7 +9,6 @@
 #include <linux/ctype.h>
 #include <linux/delay.h>
 #include <linux/err.h>
-#include <linux/gpio.h>
 #include <linux/i2c.h>
 #include <linux/leds.h>
 #include <linux/module.h>