diff options
| author | Jiri Kosina <jkosina@suse.com> | 2024-11-18 21:58:55 +0100 |
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.com> | 2024-11-18 21:58:55 +0100 |
| commit | 22380b5f03ae246c02abe361d0a075cd674ca3fe (patch) | |
| tree | 6062f8dc256c3c8f9201f64f4a26cd312699250a /include/linux | |
| parent | 359bfdc3c99191aa4266ad582f6bbc182841d11e (diff) | |
| parent | 7b2daa648eb75ec75a6ebf5fce5629b758ea06df (diff) | |
Merge branch 'for-6.13/core' into for-linus
- assorted cleanups and small code fixes (Dmitry Torokhov, Yan Zhen,
Nathan Chancellor, Andy Shevchenko)
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/hid.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/hid.h b/include/linux/hid.h index 121d5b8bc867..f7c3a66647fd 100644 --- a/include/linux/hid.h +++ b/include/linux/hid.h @@ -974,7 +974,6 @@ const struct hid_device_id *hid_match_device(struct hid_device *hdev, struct hid_driver *hdrv); bool hid_compare_device_paths(struct hid_device *hdev_a, struct hid_device *hdev_b, char separator); -s32 hid_snto32(__u32 value, unsigned n); __u32 hid_field_extract(const struct hid_device *hid, __u8 *report, unsigned offset, unsigned n); |
