diff options
Diffstat (limited to 'fs/proc/internal.h')
| -rw-r--r-- | fs/proc/internal.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/proc/internal.h b/fs/proc/internal.h index 43973b084ab..252544c0520 100644 --- a/fs/proc/internal.h +++ b/fs/proc/internal.h @@ -15,6 +15,7 @@ struct  ctl_table_header;  struct  mempolicy;  extern struct proc_dir_entry proc_root; +extern void proc_self_init(void);  #ifdef CONFIG_PROC_SYSCTL  extern int proc_sys_init(void);  extern void sysctl_head_put(struct ctl_table_header *head);  |