diff options
| author | Jiri Kosina <[email protected]> | 2024-01-08 20:57:04 +0100 |
|---|---|---|
| committer | Jiri Kosina <[email protected]> | 2024-01-08 20:57:04 +0100 |
| commit | 6b93f350e55f3f2ee071dd41109d936abfba8ebf (patch) | |
| tree | 481336b357ef1c1ac4a3a7517dd20294fe9b1c45 /include/linux/input | |
| parent | b0a1fe4610de5761a66de0e43540fc3d59638402 (diff) | |
| parent | 584f35a3647d42980af495fc0bc5c51eb174aa35 (diff) | |
Merge branch 'for-6.8/amd-sfh' into for-linus
- addition of new interfaces to export User presence information and
Ambient light from amd-sfh to other drivers within the kernel (Basavaraj
Natikar)
Diffstat (limited to 'include/linux/input')
| -rw-r--r-- | include/linux/input/mt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/input/mt.h b/include/linux/input/mt.h index 3b8580bd33c1..2cf89a538b18 100644 --- a/include/linux/input/mt.h +++ b/include/linux/input/mt.h @@ -47,7 +47,7 @@ struct input_mt { unsigned int flags; unsigned int frame; int *red; - struct input_mt_slot slots[]; + struct input_mt_slot slots[] __counted_by(num_slots); }; static inline void input_mt_set_value(struct input_mt_slot *slot, |