patch-2.4.21 linux-2.4.21/arch/arm/kernel/fiq.c

Next file: linux-2.4.21/arch/arm/kernel/ftv-pci.c
Previous file: linux-2.4.21/arch/arm/kernel/ecard.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/arch/arm/kernel/fiq.c linux-2.4.21/arch/arm/kernel/fiq.c
@@ -86,8 +86,8 @@
 }
 
 static struct fiq_handler default_owner = {
-	name:	"default",
-	fiq_op:	fiq_def_op,
+	.name	= "default",
+	.fiq_op	= fiq_def_op,
 };
 
 static struct fiq_handler *current_fiq = &default_owner;

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