patch-2.4.21 linux-2.4.21/arch/ppc64/xmon/start.c

Next file: linux-2.4.21/arch/ppc64/xmon/xmon.c
Previous file: linux-2.4.21/arch/ppc64/vmlinux.lds
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/arch/ppc64/xmon/start.c linux-2.4.21/arch/ppc64/xmon/start.c
@@ -59,9 +59,9 @@
 }
 static struct sysrq_key_op sysrq_xmon_op = 
 {
-	handler:	sysrq_handle_xmon,
-	help_msg:	"xmon",
-	action_msg:	"Entering xmon\n",
+	.handler =	sysrq_handle_xmon,
+	.help_msg =	"xmon",
+	.action_msg =	"Entering xmon\n",
 };
 
 void

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