o llc: use revised net module infrastructure

Using THIS_MODULE in the struct proto_ops registered with the core.
parent 20a2a8aa
......@@ -1023,6 +1023,7 @@ static struct net_proto_family llc_ui_family_ops = {
static struct proto_ops llc_ui_ops = {
.family = PF_LLC,
.owner = THIS_MODULE,
.release = llc_ui_release,
.bind = llc_ui_bind,
.connect = llc_ui_connect,
......
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