diff mbox series

[1/4] HID: steelseries: explicitly include linux/leds.h

Message ID 20230215-power_supply-leds-hid-v1-1-35b6f1dcee8a@weissschuh.net
State Accepted
Commit f28bb5ce4f153d3a96c835b3a2751695cc9183dd
Headers show
Series HID: explicitly include linux/leds.h | expand

Commit Message

Thomas Weißschuh Feb. 15, 2023, 1:03 a.m. UTC
Instead of relying on an accidental, transitive inclusion of linux/leds.h
use it directly.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
---
 drivers/hid/hid-steelseries.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/drivers/hid/hid-steelseries.c b/drivers/hid/hid-steelseries.c
index 37353c41cba7..aae3afc4107a 100644
--- a/drivers/hid/hid-steelseries.c
+++ b/drivers/hid/hid-steelseries.c
@@ -11,6 +11,7 @@ 
 #include <linux/device.h>
 #include <linux/hid.h>
 #include <linux/module.h>
+#include <linux/leds.h>
 
 #include "hid-ids.h"