o rose: use revised net module infrastructure

Using THIS_MODULE in the struct proto_ops registered with the core.
parent 552d7511
......@@ -1424,7 +1424,7 @@ static struct net_proto_family rose_family_ops = {
static struct proto_ops rose_proto_ops = {
.family = PF_ROSE,
.owner = THIS_MODULE,
.release = rose_release,
.bind = rose_bind,
.connect = rose_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