[PATCH] Remove prototypes of nonexistent functions from fs/proc files

From: Carl Spalletta
Date: Sun Jul 18 2004 - 14:12:02 EST


diff -ru linux-2.6.7-orig/fs/proc/base.c linux-2.6.7-new/fs/proc/base.c
--- linux-2.6.7-orig/fs/proc/base.c 2004-06-15 22:19:37.000000000 -0700
+++ linux-2.6.7-new/fs/proc/base.c 2004-07-18 08:46:47.000000000 -0700
@@ -180,7 +180,6 @@
int proc_pid_stat(struct task_struct*,char*);
int proc_pid_status(struct task_struct*,char*);
int proc_pid_statm(struct task_struct*,char*);
-int proc_pid_cpu(struct task_struct*,char*);

static int proc_fd_link(struct inode *inode, struct dentry **dentry, struct vfsmount **mnt)
{

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/