diff options
author | Benjamin Tissoires <bentiss@kernel.org> | 2023-08-31 10:43:39 +0200 |
---|---|---|
committer | Benjamin Tissoires <bentiss@kernel.org> | 2023-08-31 10:43:39 +0200 |
commit | b9491166c361584f7cfed28393d4e419a4e7d031 (patch) | |
tree | 91c4b09a799d939610b6675587fec573395d78ec /include | |
parent | 18a0993498e85c33113fd186fe4994eaf4657b27 (diff) | |
parent | 21168bdba6eaa62b799c32a227a5f3915cebdaa6 (diff) |
Merge branch 'for-6.6/roccat' into for-linus
Constify class struct by Ivan Orlov and Greg Kroah-Hartman
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/hid-roccat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/hid-roccat.h b/include/linux/hid-roccat.h index 3214fb0815fc..753654fff07f 100644 --- a/include/linux/hid-roccat.h +++ b/include/linux/hid-roccat.h @@ -16,7 +16,7 @@ #ifdef __KERNEL__ -int roccat_connect(struct class *klass, struct hid_device *hid, +int roccat_connect(const struct class *klass, struct hid_device *hid, int report_size); void roccat_disconnect(int minor); int roccat_report_event(int minor, u8 const *data); |