]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/net/net_namespace.h
Revert "kdump, vmcoreinfo: report memory sections virtual addresses"
[karo-tx-linux.git] / include / net / net_namespace.h
index 0940598c002ff7fee832f9cf670b8006d0202ddc..af8fe8a909dc0ca62e54056cf4be9d0d4ea82477 100644 (file)
@@ -291,7 +291,7 @@ struct pernet_operations {
        int (*init)(struct net *net);
        void (*exit)(struct net *net);
        void (*exit_batch)(struct list_head *net_exit_list);
-       int *id;
+       unsigned int *id;
        size_t size;
 };