X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fproc%2Finternal.h;h=1820eb2ef7623a2c222e9be9b61d0e749f259187;hb=af0900537f90b58fcfb7a7c821c661be8301fc9b;hp=b215c3524fa685c572c874966128241d6747e9dd;hpb=38cb162b7585d837083b8365da1eb32687c5164c;p=linux-2.6 diff --git a/fs/proc/internal.h b/fs/proc/internal.h index b215c3524f..1820eb2ef7 100644 --- a/fs/proc/internal.h +++ b/fs/proc/internal.h @@ -16,6 +16,11 @@ extern int proc_sys_init(void); #else static inline void proc_sys_init(void) { } #endif +#ifdef CONFIG_NET +extern int proc_net_init(void); +#else +static inline int proc_net_init(void) { return 0; } +#endif struct vmalloc_info { unsigned long used;