aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/asm/floppy_64.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2017-07-13 16:12:05 +0200
committerChristoph Hellwig <hch@lst.de>2017-10-19 16:37:08 +0200
commitacfef4f126a716018127dcf147be0cc16c304e72 (patch)
tree078986818b0108957177ef9b19972c0e238211d2 /arch/sparc/include/asm/floppy_64.h
parentdrivers: flag buses which demand DMA configuration (diff)
downloadlinux-dev-acfef4f126a716018127dcf147be0cc16c304e72.tar.xz
linux-dev-acfef4f126a716018127dcf147be0cc16c304e72.zip
floppy: consolidate the dummy fd_cacheflush definition
Only mips defines this helper, so remove all the other arch definitions. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Robin Murphy <robin.murphy@arm.com>
Diffstat (limited to 'arch/sparc/include/asm/floppy_64.h')
-rw-r--r--arch/sparc/include/asm/floppy_64.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sparc/include/asm/floppy_64.h b/arch/sparc/include/asm/floppy_64.h
index 625756406a7e..a1db35a22c99 100644
--- a/arch/sparc/include/asm/floppy_64.h
+++ b/arch/sparc/include/asm/floppy_64.h
@@ -72,7 +72,6 @@ static struct sun_floppy_ops sun_fdops;
#define fd_set_dma_addr(addr) sun_fdops.fd_set_dma_addr(addr)
#define fd_set_dma_count(count) sun_fdops.fd_set_dma_count(count)
#define get_dma_residue(x) sun_fdops.get_dma_residue()
-#define fd_cacheflush(addr, size) /* nothing... */
#define fd_request_irq() sun_fdops.fd_request_irq()
#define fd_free_irq() sun_fdops.fd_free_irq()
#define fd_eject(drive) sun_fdops.fd_eject(drive)