summaryrefslogtreecommitdiffstats
path: root/include/asm-sparc/floppy.h
diff options
context:
space:
mode:
authorJan Beulich2007-10-17 08:27:33 +0200
committerLinus Torvalds2007-10-17 17:42:55 +0200
commit9c6cdad7fee1630941cdd9d74ec310632a9e5c93 (patch)
tree5eb411a0c78d78cdda67465e8bc027f84d267641 /include/asm-sparc/floppy.h
parentfloppy: tolerate DMA channel unavailability (diff)
downloadkernel-qcow2-linux-9c6cdad7fee1630941cdd9d74ec310632a9e5c93.tar.gz
kernel-qcow2-linux-9c6cdad7fee1630941cdd9d74ec310632a9e5c93.tar.xz
kernel-qcow2-linux-9c6cdad7fee1630941cdd9d74ec310632a9e5c93.zip
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>
Diffstat (limited to 'include/asm-sparc/floppy.h')
-rw-r--r--include/asm-sparc/floppy.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-sparc/floppy.h b/include/asm-sparc/floppy.h
index acd06d8ff70a..5da1eef0f706 100644
--- a/include/asm-sparc/floppy.h
+++ b/include/asm-sparc/floppy.h
@@ -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)