diff options
Diffstat (limited to 'fs/proc/internal.h')
| -rw-r--r-- | fs/proc/internal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/proc/internal.h b/fs/proc/internal.h index c932aa65e198..f771889183c3 100644 --- a/fs/proc/internal.h +++ b/fs/proc/internal.h | |||
| @@ -11,7 +11,11 @@ | |||
| 11 | 11 | ||
| 12 | #include <linux/proc_fs.h> | 12 | #include <linux/proc_fs.h> |
| 13 | 13 | ||
| 14 | #ifdef CONFIG_PROC_SYSCTL | ||
| 14 | extern int proc_sys_init(void); | 15 | extern int proc_sys_init(void); |
| 16 | #else | ||
| 17 | static inline void proc_sys_init(void) { } | ||
| 18 | #endif | ||
| 15 | 19 | ||
| 16 | struct vmalloc_info { | 20 | struct vmalloc_info { |
| 17 | unsigned long used; | 21 | unsigned long used; |
