hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/net/bluetooth/hidp/hidp.h
....@@ -122,7 +122,7 @@
122122 struct hidp_conninfo __user *ci;
123123 };
124124
125
-int hidp_connection_add(struct hidp_connadd_req *req, struct socket *ctrl_sock, struct socket *intr_sock);
125
+int hidp_connection_add(const struct hidp_connadd_req *req, struct socket *ctrl_sock, struct socket *intr_sock);
126126 int hidp_connection_del(struct hidp_conndel_req *req);
127127 int hidp_get_connlist(struct hidp_connlist_req *req);
128128 int hidp_get_conninfo(struct hidp_conninfo *ci);