summaryrefslogtreecommitdiff
path: root/drivers/hid/hid-apple.c
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.com>2024-03-13 23:23:58 +0300
committerJiri Kosina <jkosina@suse.com>2024-03-13 23:23:58 +0300
commit8c9089efd7c7c21f99cb0f4723e9b6ea8b66640a (patch)
tree176a0535fdffd6139692435e5769710f93643e59 /drivers/hid/hid-apple.c
parent58cd69cbd364f12166107697774f3d77b058e92e (diff)
parent16d0e1d469cc16aefa8ef745e926eda473a9b221 (diff)
downloadlinux-8c9089efd7c7c21f99cb0f4723e9b6ea8b66640a.tar.xz
Merge branch 'for-6.9/unused-struct-removal' into for-linus
- removal of unused data structures all over the place (Jiri Slaby)
Diffstat (limited to 'drivers/hid/hid-apple.c')
-rw-r--r--drivers/hid/hid-apple.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hid/hid-apple.c b/drivers/hid/hid-apple.c
index b9c7c0ed7bcc..bd022e004356 100644
--- a/drivers/hid/hid-apple.c
+++ b/drivers/hid/hid-apple.c
@@ -79,7 +79,6 @@ struct apple_non_apple_keyboard {
struct apple_sc_backlight {
struct led_classdev cdev;
struct hid_device *hdev;
- unsigned short backlight_off, backlight_on_min, backlight_on_max;
};
struct apple_sc {