diff options
Diffstat (limited to 'arch/powerpc/platforms/pseries/eeh.c')
-rw-r--r-- | arch/powerpc/platforms/pseries/eeh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/pseries/eeh.c b/arch/powerpc/platforms/pseries/eeh.c index ada6e07532ec..d42f37d8a440 100644 --- a/arch/powerpc/platforms/pseries/eeh.c +++ b/arch/powerpc/platforms/pseries/eeh.c | |||
@@ -1338,7 +1338,7 @@ static const struct file_operations proc_eeh_operations = { | |||
1338 | static int __init eeh_init_proc(void) | 1338 | static int __init eeh_init_proc(void) |
1339 | { | 1339 | { |
1340 | if (machine_is(pseries)) | 1340 | if (machine_is(pseries)) |
1341 | proc_create("ppc64/eeh", 0, NULL, &proc_eeh_operations); | 1341 | proc_create("powerpc/eeh", 0, NULL, &proc_eeh_operations); |
1342 | return 0; | 1342 | return 0; |
1343 | } | 1343 | } |
1344 | __initcall(eeh_init_proc); | 1344 | __initcall(eeh_init_proc); |