]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blobdiff - net/netlink/af_netlink.c
[NET]: Marking struct pernet_operations __net_initdata was inappropriate
[mirror_ubuntu-focal-kernel.git] / net / netlink / af_netlink.c
index 325272925d0f32ba2e5f60058ae71197f6d4a1be..4f994c0fb3f80dcc4542a4e7a17475637601b690 100644 (file)
@@ -1888,7 +1888,7 @@ static void __net_exit netlink_net_exit(struct net *net)
 #endif
 }
 
-static struct pernet_operations __net_initdata netlink_net_ops = {
+static struct pernet_operations netlink_net_ops = {
        .init = netlink_net_init,
        .exit = netlink_net_exit,
 };