diff options
author | Jan Beulich <jbeulich@novell.com> | 2007-10-17 02:27:33 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 11:42:55 -0400 |
commit | 9c6cdad7fee1630941cdd9d74ec310632a9e5c93 (patch) | |
tree | 5eb411a0c78d78cdda67465e8bc027f84d267641 /include/asm-arm | |
parent | 2e9c47cd4d451c57868c898672802eec9867ae1e (diff) |
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-arm')
-rw-r--r-- | include/asm-arm/floppy.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-arm/floppy.h b/include/asm-arm/floppy.h index d595c15166a4..41a5e9d6bb69 100644 --- a/include/asm-arm/floppy.h +++ b/include/asm-arm/floppy.h | |||
@@ -128,8 +128,6 @@ static inline void fd_scandrives (void) | |||
128 | #define N_FDC 1 | 128 | #define N_FDC 1 |
129 | #define N_DRIVE 4 | 129 | #define N_DRIVE 4 |
130 | 130 | ||
131 | #define FLOPPY_MOTOR_MASK 0xf0 | ||
132 | |||
133 | #define CROSS_64KB(a,s) (0) | 131 | #define CROSS_64KB(a,s) (0) |
134 | 132 | ||
135 | /* | 133 | /* |