hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
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);