o af_llc: initialize ->owner in llc_ui_family_ops

The previous changeset for llc was enough when the BSD sockets interface
for AF_LLC was not selected, but this changeset is needed when it is
selected.
parent 1d2e977f
......@@ -1013,6 +1013,7 @@ static int llc_ui_getsockopt(struct socket *sock, int level, int optname,
static struct net_proto_family llc_ui_family_ops = {
.family = PF_LLC,
.create = llc_ui_create,
.owner = THIS_MODULE,
};
static struct proto_ops llc_ui_ops = {
......
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