diff options
Diffstat (limited to 'fs/proc/internal.h')
-rw-r--r-- | fs/proc/internal.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/proc/internal.h b/fs/proc/internal.h index b215c3524fa6..1820eb2ef762 100644 --- a/fs/proc/internal.h +++ b/fs/proc/internal.h | |||
@@ -16,6 +16,11 @@ extern int proc_sys_init(void); | |||
16 | #else | 16 | #else |
17 | static inline void proc_sys_init(void) { } | 17 | static inline void proc_sys_init(void) { } |
18 | #endif | 18 | #endif |
19 | #ifdef CONFIG_NET | ||
20 | extern int proc_net_init(void); | ||
21 | #else | ||
22 | static inline int proc_net_init(void) { return 0; } | ||
23 | #endif | ||
19 | 24 | ||
20 | struct vmalloc_info { | 25 | struct vmalloc_info { |
21 | unsigned long used; | 26 | unsigned long used; |