diff options
Diffstat (limited to 'arch/powerpc/kernel/rtas.c')
-rw-r--r-- | arch/powerpc/kernel/rtas.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/rtas.c b/arch/powerpc/kernel/rtas.c index 8cd5ed049b5d..8b4c857c1421 100644 --- a/arch/powerpc/kernel/rtas.c +++ b/arch/powerpc/kernel/rtas.c | |||
@@ -1142,7 +1142,7 @@ void __init rtas_initialize(void) | |||
1142 | int __init early_init_dt_scan_rtas(unsigned long node, | 1142 | int __init early_init_dt_scan_rtas(unsigned long node, |
1143 | const char *uname, int depth, void *data) | 1143 | const char *uname, int depth, void *data) |
1144 | { | 1144 | { |
1145 | u32 *basep, *entryp, *sizep; | 1145 | const u32 *basep, *entryp, *sizep; |
1146 | 1146 | ||
1147 | if (depth != 1 || strcmp(uname, "rtas") != 0) | 1147 | if (depth != 1 || strcmp(uname, "rtas") != 0) |
1148 | return 0; | 1148 | return 0; |