o econet: use revised net module infrastructure

Using THIS_MODULE in the struct proto_ops registered with the core.
parent 51e575eb
......@@ -694,7 +694,7 @@ static struct net_proto_family econet_family_ops = {
static struct proto_ops SOCKOPS_WRAPPED(econet_ops) = {
.family = PF_ECONET,
.owner = THIS_MODULE,
.release = econet_release,
.bind = econet_bind,
.connect = sock_no_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