o appletalk: use revised net module infrastructure

Using THIS_MODULE in the struct proto_ops registered with the core.
parent 7da12a67
......@@ -1778,6 +1778,7 @@ static struct net_proto_family atalk_family_ops = {
static struct proto_ops SOCKOPS_WRAPPED(atalk_dgram_ops) = {
.family = PF_APPLETALK,
.owner = THIS_MODULE,
.release = atalk_release,
.bind = atalk_bind,
.connect = atalk_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