hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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);