summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMurilo Opsfelder Araujo <muriloo@linux.ibm.com>2018-07-18 13:15:44 -0300
committerMichael Ellerman <mpe@ellerman.id.au>2018-07-20 12:50:51 +1000
commitec9336396a98f61290f45e8bb942458a1b2f299b (patch)
treee6a8b7dfb7d866e9f07a4d976d8445c7962b0809
parent48e91846865cd61bfdb701eb737de222d7f08c74 (diff)
downloadlinux-stable-ec9336396a98f61290f45e8bb942458a1b2f299b.tar.gz
linux-stable-ec9336396a98f61290f45e8bb942458a1b2f299b.tar.bz2
linux-stable-ec9336396a98f61290f45e8bb942458a1b2f299b.zip
powerpc/prom_init: Remove linux,stdout-package property
This property was added in 2004 and the only use of it, which was already inside `#if 0`, was removed a month later. Signed-off-by: Murilo Opsfelder Araujo <muriloo@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
-rw-r--r--arch/powerpc/kernel/prom_init.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/prom_init.c b/arch/powerpc/kernel/prom_init.c
index 5425dd3d6a9f..c45fb463c9e5 100644
--- a/arch/powerpc/kernel/prom_init.c
+++ b/arch/powerpc/kernel/prom_init.c
@@ -2102,8 +2102,6 @@ static void __init prom_init_stdout(void)
stdout_node = call_prom("instance-to-package", 1, 1, prom.stdout);
if (stdout_node != PROM_ERROR) {
val = cpu_to_be32(stdout_node);
- prom_setprop(prom.chosen, "/chosen", "linux,stdout-package",
- &val, sizeof(val));
/* If it's a display, note it */
memset(type, 0, sizeof(type));