patch-2.4.0-test10 linux/arch/sparc/kernel/setup.c

Next file: linux/arch/sparc/kernel/smp.c
Previous file: linux/arch/sparc/kernel/semaphore.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test9/linux/arch/sparc/kernel/setup.c linux/arch/sparc/kernel/setup.c
@@ -1,4 +1,4 @@
-/*  $Id: setup.c,v 1.119 2000/08/31 10:24:17 anton Exp $
+/*  $Id: setup.c,v 1.120 2000/10/14 10:09:00 davem Exp $
  *  linux/arch/sparc/kernel/setup.c
  *
  *  Copyright (C) 1995  David S. Miller (davem@caip.rutgers.edu)
@@ -287,7 +287,9 @@
 }
 
 static struct console prom_console = {
-	"PROM", prom_cons_write, 0, 0, 0, 0, 0, CON_PRINTBUFFER, 0, 0, 0
+	name:		"PROM",
+	write:		prom_cons_write,
+	flags:		CON_PRINTBUFFER,
 };
 #endif
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)