patch-2.4.21 linux-2.4.21/arch/arm/kernel/dma-isa.c

Next file: linux-2.4.21/arch/arm/kernel/dma-rpc.c
Previous file: linux-2.4.21/arch/arm/kernel/dma-footbridge.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/arch/arm/kernel/dma-isa.c linux-2.4.21/arch/arm/kernel/dma-isa.c
@@ -133,10 +133,10 @@
 }
 
 static struct dma_ops isa_dma_ops = {
-	type:		"ISA",
-	enable:		isa_enable_dma,
-	disable:	isa_disable_dma,
-	residue:	isa_get_dma_residue,
+	.type		= "ISA",
+	.enable		= isa_enable_dma,
+	.disable	= isa_disable_dma,
+	.residue	= isa_get_dma_residue,
 };
 
 static struct resource dma_resources[] = {

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