diff options
author | Alexey Dobriyan <adobriyan@sw.ru> | 2008-04-29 04:01:37 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-29 11:06:17 -0400 |
commit | 0d5c9f5f59a61cf8e98e2925cb5d81cbe7694305 (patch) | |
tree | f0df6740f1797cd2ac76a684d29fa9162fd61816 /fs/proc/internal.h | |
parent | 925d1c401fa6cfd0df5d2e37da8981494ccdec07 (diff) |
proc: switch to proc_create()
Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/proc/internal.h')
-rw-r--r-- | fs/proc/internal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/proc/internal.h b/fs/proc/internal.h index 45abb9803988..b1d6df671edf 100644 --- a/fs/proc/internal.h +++ b/fs/proc/internal.h | |||
@@ -46,8 +46,6 @@ extern int nommu_vma_show(struct seq_file *, struct vm_area_struct *); | |||
46 | 46 | ||
47 | extern int maps_protect; | 47 | extern int maps_protect; |
48 | 48 | ||
49 | extern void create_seq_entry(char *name, mode_t mode, | ||
50 | const struct file_operations *f); | ||
51 | extern int proc_tid_stat(struct seq_file *m, struct pid_namespace *ns, | 49 | extern int proc_tid_stat(struct seq_file *m, struct pid_namespace *ns, |
52 | struct pid *pid, struct task_struct *task); | 50 | struct pid *pid, struct task_struct *task); |
53 | extern int proc_tgid_stat(struct seq_file *m, struct pid_namespace *ns, | 51 | extern int proc_tgid_stat(struct seq_file *m, struct pid_namespace *ns, |