diff options
Diffstat (limited to 'fs/proc/proc_misc.c')
-rw-r--r-- | fs/proc/proc_misc.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/fs/proc/proc_misc.c b/fs/proc/proc_misc.c index a6fadc0cc4b0..8974809be5f6 100644 --- a/fs/proc/proc_misc.c +++ b/fs/proc/proc_misc.c | |||
@@ -94,19 +94,6 @@ static const struct file_operations proc_zoneinfo_file_operations = { | |||
94 | .release = seq_release, | 94 | .release = seq_release, |
95 | }; | 95 | }; |
96 | 96 | ||
97 | extern const struct seq_operations cpuinfo_op; | ||
98 | static int cpuinfo_open(struct inode *inode, struct file *file) | ||
99 | { | ||
100 | return seq_open(file, &cpuinfo_op); | ||
101 | } | ||
102 | |||
103 | static const struct file_operations proc_cpuinfo_operations = { | ||
104 | .open = cpuinfo_open, | ||
105 | .read = seq_read, | ||
106 | .llseek = seq_lseek, | ||
107 | .release = seq_release, | ||
108 | }; | ||
109 | |||
110 | static int vmstat_open(struct inode *inode, struct file *file) | 97 | static int vmstat_open(struct inode *inode, struct file *file) |
111 | { | 98 | { |
112 | return seq_open(file, &vmstat_op); | 99 | return seq_open(file, &vmstat_op); |
@@ -532,7 +519,6 @@ void __init proc_misc_init(void) | |||
532 | proc_symlink("mounts", NULL, "self/mounts"); | 519 | proc_symlink("mounts", NULL, "self/mounts"); |
533 | 520 | ||
534 | /* And now for trickier ones */ | 521 | /* And now for trickier ones */ |
535 | proc_create("cpuinfo", 0, NULL, &proc_cpuinfo_operations); | ||
536 | #ifdef CONFIG_BLOCK | 522 | #ifdef CONFIG_BLOCK |
537 | proc_create("partitions", 0, NULL, &proc_partitions_operations); | 523 | proc_create("partitions", 0, NULL, &proc_partitions_operations); |
538 | #endif | 524 | #endif |