aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/proc_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/proc/proc_misc.c')
-rw-r--r--fs/proc/proc_misc.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/fs/proc/proc_misc.c b/fs/proc/proc_misc.c
index 9fa20f157cf3..15257d4b1b91 100644
--- a/fs/proc/proc_misc.c
+++ b/fs/proc/proc_misc.c
@@ -472,15 +472,6 @@ static const struct file_operations proc_interrupts_operations = {
472 .release = seq_release, 472 .release = seq_release,
473}; 473};
474 474
475static int cmdline_read_proc(char *page, char **start, off_t off,
476 int count, int *eof, void *data)
477{
478 int len;
479
480 len = sprintf(page, "%s\n", saved_command_line);
481 return proc_calc_metrics(page, start, off, count, eof, len);
482}
483
484#ifdef CONFIG_FILE_LOCKING 475#ifdef CONFIG_FILE_LOCKING
485static int locks_open(struct inode *inode, struct file *filp) 476static int locks_open(struct inode *inode, struct file *filp)
486{ 477{
@@ -641,7 +632,6 @@ void __init proc_misc_init(void)
641 char *name; 632 char *name;
642 int (*read_proc)(char*,char**,off_t,int,int*,void*); 633 int (*read_proc)(char*,char**,off_t,int,int*,void*);
643 } *p, simple_ones[] = { 634 } *p, simple_ones[] = {
644 {"cmdline", cmdline_read_proc},
645 {"execdomains", execdomains_read_proc}, 635 {"execdomains", execdomains_read_proc},
646 {NULL,} 636 {NULL,}
647 }; 637 };