o x25: use revised net module infrastructure

Using THIS_MODULE in the struct proto_ops registered with the core.
parent 7284c0ff
......@@ -1323,7 +1323,7 @@ struct net_proto_family x25_family_ops = {
static struct proto_ops SOCKOPS_WRAPPED(x25_proto_ops) = {
.family = AF_X25,
.owner = THIS_MODULE,
.release = x25_release,
.bind = x25_bind,
.connect = x25_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