diff --git a/include/net/netns/core.h b/include/net/netns/core.h index a5e8a66c57b450c05c4c27eb609b9c547c30e19f..36c2d998a43c015c4b917428ec33f5839cde89b1 100644 --- a/include/net/netns/core.h +++ b/include/net/netns/core.h @@ -13,8 +13,8 @@ struct netns_core { #ifdef CONFIG_PROC_FS int __percpu *sock_inuse; -#endif struct prot_inuse __percpu *prot_inuse; +#endif }; #endif