cleanup floppy.h

AUTO_DMA and FLOPPY_MOTOR_MASK in include/asm-*/floppy.h are dead symbols -
remove them.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Jan Beulich
2007-10-16 23:27:33 -07:00
committed by Linus Torvalds
parent 2e9c47cd4d
commit 9c6cdad7fe
12 changed files with 0 additions and 35 deletions

View File

@@ -77,8 +77,6 @@ static struct sun_floppy_ops sun_fdops;
#define fd_dma_mem_free(addr,size) (vfree((void *)(addr)))
#endif
#define FLOPPY_MOTOR_MASK 0x10
/* XXX This isn't really correct. XXX */
#define get_dma_residue(x) (0)