patch-2.4.21 linux-2.4.21/arch/arm/kernel/dma-footbridge.c
Next file: linux-2.4.21/arch/arm/kernel/dma-isa.c
Previous file: linux-2.4.21/arch/arm/kernel/dma-arc.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
2003-06-13 07:51:29.000000000 -0700
- Orig file:
linux-2.4.20/arch/arm/kernel/dma-footbridge.c
- Orig date:
2000-09-18 15:15:24.000000000 -0700
diff -urN linux-2.4.20/arch/arm/kernel/dma-footbridge.c linux-2.4.21/arch/arm/kernel/dma-footbridge.c
@@ -35,10 +35,10 @@
}
static struct dma_ops fb_dma_ops = {
- type: "fb",
- request: fb_dma_request,
- enable: fb_dma_enable,
- disable: fb_dma_disable,
+ .type = "fb",
+ .request = fb_dma_request,
+ .enable = fb_dma_enable,
+ .disable = fb_dma_disable,
};
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)