aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2009-02-21 16:36:22 -0500
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-02-21 16:36:22 -0500
commit308d333ad6cc12e39adaed22dc10bac48e17742a (patch)
treec3a0c09c3db3767a59623174d44267556101eff9 /arch/arm/include
parentf0ffc816250a8cc28e6824326e2d58333e058eca (diff)
[ARM] dma: move IOMD and floppy DMA structures to RiscPC DMA code
There's no point these being in a generic include file when they're only used in arch/arm/mach-rpc/dma.c. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/mach/dma.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/include/asm/mach/dma.h b/arch/arm/include/asm/mach/dma.h
index 5166145d8a3c..9e614a18e680 100644
--- a/arch/arm/include/asm/mach/dma.h
+++ b/arch/arm/include/asm/mach/dma.h
@@ -43,19 +43,6 @@ struct dma_struct {
43 const struct dma_ops *d_ops; 43 const struct dma_ops *d_ops;
44}; 44};
45 45
46struct floppy_dma {
47 struct dma_struct dma;
48 unsigned int fiq;
49};
50
51struct iomd_dma {
52 struct dma_struct dma;
53 unsigned int state;
54 unsigned long base; /* Controller base address */
55 int irq; /* Controller IRQ */
56 struct scatterlist cur_sg; /* Current controller buffer */
57};
58
59/* 46/*
60 * isa_dma_add - add an ISA-style DMA channel 47 * isa_dma_add - add an ISA-style DMA channel
61 */ 48 */