patch-2.4.0-test7 linux/arch/arm/kernel/fiq.c

Next file: linux/arch/arm/kernel/head-armo.S
Previous file: linux/arch/arm/kernel/entry-common.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test6/linux/arch/arm/kernel/fiq.c linux/arch/arm/kernel/fiq.c
@@ -83,8 +83,11 @@
 	return 0;
 }
 
-static struct fiq_handler default_owner =
-	{ NULL, "default", fiq_def_op, NULL };
+static struct fiq_handler default_owner = {
+	name:	"default",
+	fiq_op:	fiq_def_op,
+};
+
 static struct fiq_handler *current_fiq = &default_owner;
 
 int get_fiq_list(char *buf)

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