mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
leds: st1202: Drop unused include
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>
This commit is contained in:
parent
9e667b8ebd
commit
5ed87cc71c
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user