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.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/fs/proc/proc_misc.c b/fs/proc/proc_misc.c
index 1aba51b0a0c4..4814b111d836 100644
--- a/fs/proc/proc_misc.c
+++ b/fs/proc/proc_misc.c
@@ -115,18 +115,6 @@ static const struct file_operations proc_zoneinfo_file_operations = {
115 .release = seq_release, 115 .release = seq_release,
116}; 116};
117 117
118static int version_read_proc(char *page, char **start, off_t off,
119 int count, int *eof, void *data)
120{
121 int len;
122
123 len = snprintf(page, PAGE_SIZE, linux_proc_banner,
124 utsname()->sysname,
125 utsname()->release,
126 utsname()->version);
127 return proc_calc_metrics(page, start, off, count, eof, len);
128}
129
130extern const struct seq_operations cpuinfo_op; 118extern const struct seq_operations cpuinfo_op;
131static int cpuinfo_open(struct inode *inode, struct file *file) 119static int cpuinfo_open(struct inode *inode, struct file *file)
132{ 120{
@@ -680,7 +668,6 @@ void __init proc_misc_init(void)
680 char *name; 668 char *name;
681 int (*read_proc)(char*,char**,off_t,int,int*,void*); 669 int (*read_proc)(char*,char**,off_t,int,int*,void*);
682 } *p, simple_ones[] = { 670 } *p, simple_ones[] = {
683 {"version", version_read_proc},
684#ifdef CONFIG_PROC_HARDWARE 671#ifdef CONFIG_PROC_HARDWARE
685 {"hardware", hardware_read_proc}, 672 {"hardware", hardware_read_proc},
686#endif 673#endif