|
@@ -704,7 +704,7 @@ static struct sk_buff *a2mp_chan_alloc_skb_cb(struct l2cap_chan *chan,
|
|
|
return skb;
|
|
|
}
|
|
|
|
|
|
-static struct l2cap_ops a2mp_chan_ops = {
|
|
|
+static const struct l2cap_ops a2mp_chan_ops = {
|
|
|
.name = "L2CAP A2MP channel",
|
|
|
.recv = a2mp_chan_recv_cb,
|
|
|
.close = a2mp_chan_close_cb,
|