X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fproc%2Finternal.h;h=95a1cf32b838e162bb3e41fe3afd2356bd7b4b22;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=cd172cea248ee74eeae0bd1b295832a721982f18;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/fs/proc/internal.h b/fs/proc/internal.h index cd172cea2..95a1cf32b 100644 --- a/fs/proc/internal.h +++ b/fs/proc/internal.h @@ -16,8 +16,6 @@ struct vmalloc_info { unsigned long largest_chunk; }; -extern struct mm_struct *mm_for_maps(struct task_struct *); - #ifdef CONFIG_MMU #define VMALLOC_TOTAL (VMALLOC_END - VMALLOC_START) extern void get_vmalloc_info(struct vmalloc_info *vmi); @@ -32,7 +30,7 @@ do { \ #endif -extern void create_seq_entry(char *name, mode_t mode, const struct file_operations *f); +extern void create_seq_entry(char *name, mode_t mode, struct file_operations *f); extern int proc_exe_link(struct inode *, struct dentry **, struct vfsmount **); extern int proc_tid_stat(struct task_struct *, char *); extern int proc_tgid_stat(struct task_struct *, char *);