[PATCH] arm: <asm/floppy.h>: remove unused DMA_FLOPPYDISK macro

Ethan Nelson-Moore posted 1 patch 1 month, 1 week ago
arch/arm/include/asm/floppy.h | 3 ---
1 file changed, 3 deletions(-)
[PATCH] arm: <asm/floppy.h>: remove unused DMA_FLOPPYDISK macro
Posted by Ethan Nelson-Moore 1 month, 1 week ago
This macro is not used anywhere in the kernel. Remove it.

Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
---
 arch/arm/include/asm/floppy.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/arm/include/asm/floppy.h b/arch/arm/include/asm/floppy.h
index e579f77162e9..c208925e4d98 100644
--- a/arch/arm/include/asm/floppy.h
+++ b/arch/arm/include/asm/floppy.h
@@ -45,9 +45,6 @@ static inline int fd_dma_setup(void *data, unsigned int length,
 #define fd_free_dma()		free_dma(DMA_FLOPPY)
 #define fd_disable_dma()	disable_dma(DMA_FLOPPY)
 
-/* need to clean up dma.h */
-#define DMA_FLOPPYDISK		DMA_FLOPPY
-
 /* Floppy_selects is the list of DOR's to select drive fd
  *
  * On initialisation, the floppy list is scanned, and the drives allocated
-- 
2.43.0