]> Pileus Git - ~andy/linux/blobdiff - kernel/audit.c
audit: fix location of __net_initdata for audit_net_ops
[~andy/linux] / kernel / audit.c
index 5dd3dfadab68ea6aab33ebd9cc62c974c63b4349..34c5a2310fbf9545eeff2e3fa803c8a361031bb3 100644 (file)
@@ -1091,7 +1091,7 @@ static void __net_exit audit_net_exit(struct net *net)
        netlink_kernel_release(sock);
 }
 
-static struct pernet_operations __net_initdata audit_net_ops = {
+static struct pernet_operations audit_net_ops __net_initdata = {
        .init = audit_net_init,
        .exit = audit_net_exit,
        .id = &audit_net_id,