X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=arch%2Fsparc%2Fprom%2Finit_64.c;h=5016c5e20575eb93ac0852714a271a67952a79b0;hp=200528bb0994d52523375b5ee1e48aee1290f9bf;hb=0bd2cbcdfaff9cb22267d66fc843fa4f73f0c281;hpb=a081748735c5feb96b1365e78a5ff0fb6ca7e3a4 diff --git a/arch/sparc/prom/init_64.c b/arch/sparc/prom/init_64.c index 200528bb0994..5016c5e20575 100644 --- a/arch/sparc/prom/init_64.c +++ b/arch/sparc/prom/init_64.c @@ -18,7 +18,7 @@ char prom_version[80]; /* The root node of the prom device tree. */ -int prom_stdin, prom_stdout; +int prom_stdout; phandle prom_chosen_node; /* You must call prom_init() before you attempt to use any of the @@ -38,7 +38,6 @@ void __init prom_init(void *cif_handler, void *cif_stack) if (!prom_chosen_node || (s32)prom_chosen_node == -1) prom_halt(); - prom_stdin = prom_getint(prom_chosen_node, "stdin"); prom_stdout = prom_getint(prom_chosen_node, "stdout"); node = prom_finddevice("/openprom");