summaryrefslogtreecommitdiff
path: root/include/linux/hid-roccat.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/hid-roccat.h')
-rw-r--r--include/linux/hid-roccat.h2
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);