Skip to content

Commit d411b5a

Browse files
author
Jiri Kosina
committed
Merge branch 'for-6.4/led-includes' into for-linus
- explicit include fixes (Thomas Weißschuh)
2 parents b680751 + a2654c1 commit d411b5a

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

drivers/hid/hid-asus.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include <linux/input/mt.h>
3131
#include <linux/usb.h> /* For to_usb_interface for T100 touchpad intf check */
3232
#include <linux/power_supply.h>
33+
#include <linux/leds.h>
3334

3435
#include "hid-ids.h"
3536

drivers/hid/hid-lg-g15.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
#include <linux/device.h>
99
#include <linux/hid.h>
10+
#include <linux/leds.h>
1011
#include <linux/module.h>
1112
#include <linux/random.h>
1213
#include <linux/sched.h>

drivers/hid/hid-steelseries.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include <linux/device.h>
1212
#include <linux/hid.h>
1313
#include <linux/module.h>
14+
#include <linux/leds.h>
1415

1516
#include "hid-ids.h"
1617

0 commit comments

Comments
 (0)