o netrom: use revised net module infrastructure

Using THIS_MODULE in the struct proto_ops registered with the core.
parent 9a13cffe
......@@ -1227,7 +1227,7 @@ static struct net_proto_family nr_family_ops = {
static struct proto_ops nr_proto_ops = {
.family = PF_NETROM,
.owner = THIS_MODULE,
.release = nr_release,
.bind = nr_bind,
.connect = nr_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