X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fproc%2Finternal.h;h=1820eb2ef7623a2c222e9be9b61d0e749f259187;hb=b6257a9036f06878a0f02354d5a07f155e1cfee0;hp=b215c3524fa685c572c874966128241d6747e9dd;hpb=ba7cc09c9c9e29a57045dc5bbf843ac1cfad3283;p=mv-sheeva.git diff --git a/fs/proc/internal.h b/fs/proc/internal.h index b215c3524fa..1820eb2ef76 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;