diff options
| author | Paul Mackerras <paulus@samba.org> | 2008-05-09 06:12:06 -0400 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2008-05-09 06:12:06 -0400 |
| commit | 2a5f2e3e6cd1ce9fb3f8b186b6bc9aa1f1497a92 (patch) | |
| tree | b2306840f227972a7c9d4a2b75e516fe81358ce8 /kernel/latencytop.c | |
| parent | 02539d71fa98d5737bb668b02286c76241e4bac9 (diff) | |
| parent | 78be76476a34a77f0ea9db2f78ba46a2b0fd5ab5 (diff) | |
Merge branch 'for-2.6.26' of master.kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx into merge
Diffstat (limited to 'kernel/latencytop.c')
| -rw-r--r-- | kernel/latencytop.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/kernel/latencytop.c b/kernel/latencytop.c index 7c74dab0d21b..5e7b45c56923 100644 --- a/kernel/latencytop.c +++ b/kernel/latencytop.c | |||
| @@ -233,14 +233,7 @@ static struct file_operations lstats_fops = { | |||
| 233 | 233 | ||
| 234 | static int __init init_lstats_procfs(void) | 234 | static int __init init_lstats_procfs(void) |
| 235 | { | 235 | { |
| 236 | struct proc_dir_entry *pe; | 236 | proc_create("latency_stats", 0644, NULL, &lstats_fops); |
| 237 | |||
| 238 | pe = create_proc_entry("latency_stats", 0644, NULL); | ||
| 239 | if (!pe) | ||
| 240 | return -ENOMEM; | ||
| 241 | |||
| 242 | pe->proc_fops = &lstats_fops; | ||
| 243 | |||
| 244 | return 0; | 237 | return 0; |
| 245 | } | 238 | } |
| 246 | __initcall(init_lstats_procfs); | 239 | __initcall(init_lstats_procfs); |
