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
- Lines: 11
- Date:
2003-06-13 07:51:29.000000000 -0700
- Orig file:
linux-2.4.20/arch/arm/kernel/fiq.c
- Orig date:
2001-06-27 14:12:04.000000000 -0700
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)