Skip to content

Commit

Permalink
proc: remove fs/proc/proc_misc.c
Browse files Browse the repository at this point in the history
Now that everything was moved to their more or less expected places,
apply rm(1).

Signed-off-by: Alexey Dobriyan <[email protected]>
  • Loading branch information
Alexey Dobriyan committed Oct 23, 2008
1 parent 5aa140c commit 59c7572
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 68 deletions.
2 changes: 1 addition & 1 deletion fs/proc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ proc-y := nommu.o task_nommu.o
proc-$(CONFIG_MMU) := mmu.o task_mmu.o

proc-y += inode.o root.o base.o generic.o array.o \
proc_tty.o proc_misc.o
proc_tty.o
proc-y += cmdline.o
proc-y += cpuinfo.o
proc-y += devices.o
Expand Down
65 changes: 0 additions & 65 deletions fs/proc/proc_misc.c

This file was deleted.

2 changes: 1 addition & 1 deletion fs/proc/root.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ void __init proc_root_init(void)
return;
}

proc_misc_init();
proc_symlink("mounts", NULL, "self/mounts");

proc_net_init();

Expand Down
1 change: 0 additions & 1 deletion include/linux/proc_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ struct vmcore {
extern spinlock_t proc_subdir_lock;

extern void proc_root_init(void);
extern void proc_misc_init(void);

void proc_flush_task(struct task_struct *task);
struct dentry *proc_pid_lookup(struct inode *dir, struct dentry * dentry, struct nameidata *);
Expand Down

0 comments on commit 59c7572

Please sign in to comment.