kernel/net/bluetooth/hidp/hidp.h
.. .. @@ -122,7 +122,7 @@ 122 122 struct hidp_conninfo __user *ci; 123 123 }; 124 124 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);126 126 int hidp_connection_del(struct hidp_conndel_req *req); 127 127 int hidp_get_connlist(struct hidp_connlist_req *req); 128 128 int hidp_get_conninfo(struct hidp_conninfo *ci);