diff options
| author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2024-03-15 15:04:04 -0700 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2024-03-15 15:04:04 -0700 |
| commit | 57ed9567e63b59350c21ae026635ae051e247abb (patch) | |
| tree | c627d8817df7917f6648c23592ebba438e3273fe /include/linux/input.h | |
| parent | fbf8d71742557abaf558d8efb96742d442720cc2 (diff) | |
| parent | 81c32343d04f8ca974681d5fb5d939d2e1f58851 (diff) | |
Merge branch 'next' into for-linus
Prepare input updates for 6.9 merge window.
Diffstat (limited to 'include/linux/input.h')
| -rw-r--r-- | include/linux/input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/input.h b/include/linux/input.h index de6503c0edb8..c22ac465254b 100644 --- a/include/linux/input.h +++ b/include/linux/input.h @@ -514,7 +514,7 @@ void input_enable_softrepeat(struct input_dev *dev, int delay, int period); bool input_device_enabled(struct input_dev *dev); -extern struct class input_class; +extern const struct class input_class; /** * struct ff_device - force-feedback part of an input device |
