Message ID | 20230215-power_supply-leds-hid-v1-1-35b6f1dcee8a@weissschuh.net (mailing list archive) |
---|---|
State | Mainlined |
Commit | f28bb5ce4f153d3a96c835b3a2751695cc9183dd |
Delegated to: | Jiri Kosina |
Headers | show |
Series | HID: explicitly include linux/leds.h | expand |
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"
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(+)