summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/linux/hid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h
index 7c26db874ff0..b12cb1c8e682 100644
--- a/include/linux/hid.h
+++ b/include/linux/hid.h
@@ -683,9 +683,9 @@ struct hid_device { /* device report descriptor */
unsigned int id; /* system unique id */
-#ifdef CONFIG_BPF
+#ifdef CONFIG_HID_BPF
struct hid_bpf bpf; /* hid-bpf data */
-#endif /* CONFIG_BPF */
+#endif /* CONFIG_HID_BPF */
};
void hiddev_free(struct kref *ref);