summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-06-23 22:15:54 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-06-23 22:15:54 +0000
commit0a719db4b94ece44661dec2a613675cd64204bde (patch)
tree47b94e5d02fc98c89ff9b923dab3dd463e9cb87c /include
parentd221c44b7afefd8f77f8595af468dfacb3b21cc2 (diff)
Merge, cleanup, typo fixes.
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/floppy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/floppy.h b/include/asm-arm/floppy.h
index 784ca78c4..9d9848644 100644
--- a/include/asm-arm/floppy.h
+++ b/include/asm-arm/floppy.h
@@ -32,6 +32,7 @@
#define fd_set_dma_mode(mode) set_dma_mode(FLOPPY_DMA, (mode))
#define fd_set_dma_addr(addr) set_dma_addr(FLOPPY_DMA, virt_to_bus((addr)))
#define fd_set_dma_count(len) set_dma_count(FLOPPY_DMA, (len))
+#define fd_cacheflush(addr,sz)
/* need to clean up dma.h */
#define DMA_FLOPPYDISK DMA_FLOPPY