Commit 24387448 authored by David Woodhouse's avatar David Woodhouse

[BLUETOOTH]: Add missing owner to bnep_sock_family_ops.

parent 7bba1117
......@@ -189,6 +189,7 @@ static int bnep_sock_create(struct socket *sock, int protocol)
static struct net_proto_family bnep_sock_family_ops = {
.family = PF_BLUETOOTH,
.owner = THIS_MODULE,
.create = bnep_sock_create
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment