diff options
Diffstat (limited to 'arch/x86/kernel/olpc_ofw.c')
-rw-r--r-- | arch/x86/kernel/olpc_ofw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/olpc_ofw.c b/arch/x86/kernel/olpc_ofw.c index f5d499fbe74f..3218aa71ab5e 100644 --- a/arch/x86/kernel/olpc_ofw.c +++ b/arch/x86/kernel/olpc_ofw.c | |||
@@ -40,7 +40,7 @@ void __init setup_olpc_ofw_pgd(void) | |||
40 | early_iounmap(base, sizeof(olpc_ofw_pgd) * PTRS_PER_PGD); | 40 | early_iounmap(base, sizeof(olpc_ofw_pgd) * PTRS_PER_PGD); |
41 | } | 41 | } |
42 | 42 | ||
43 | int __olpc_ofw(const char *name, int nr_args, void **args, int nr_res, | 43 | int __olpc_ofw(const char *name, int nr_args, const void **args, int nr_res, |
44 | void **res) | 44 | void **res) |
45 | { | 45 | { |
46 | int ofw_args[MAXARGS + 3]; | 46 | int ofw_args[MAXARGS + 3]; |