diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2008-05-18 14:47:19 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-05-18 16:28:50 -0400 |
commit | 3f20a4ef57f4cbe8e2bbdb12640548795b32c6f7 (patch) | |
tree | bfadb451e8b360362c1e187c2aff44e8709e849b /arch/m68k/Kconfig | |
parent | fd5b462f0b3ae641e39966d1c6cd0dd66100cda5 (diff) |
m68k: Q40/Q60 floppy support is broken
Mark Q40/Q60 floppy support broken:
arch/m68k/q40/q40ints.c: In function 'q40_irq_handler':
arch/m68k/q40/q40ints.c:214: error: implicit declaration of function 'floppy_hardint'
Including <asm/floppy.h> doesn't help, as it causes a lot of additional error
messages (cfr. Sun 3x).
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/m68k/Kconfig')
-rw-r--r-- | arch/m68k/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig index 6649346f7dda..55ea52fe6aca 100644 --- a/arch/m68k/Kconfig +++ b/arch/m68k/Kconfig | |||
@@ -44,7 +44,7 @@ config GENERIC_IOMAP | |||
44 | 44 | ||
45 | config ARCH_MAY_HAVE_PC_FDC | 45 | config ARCH_MAY_HAVE_PC_FDC |
46 | bool | 46 | bool |
47 | depends on Q40 || (BROKEN && SUN3X) | 47 | depends on BROKEN && (Q40 || SUN3X) |
48 | default y | 48 | default y |
49 | 49 | ||
50 | config NO_IOPORT | 50 | config NO_IOPORT |