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>

authored by Geert Uytterhoeven and committed by Linus Torvalds 3f20a4ef fd5b462f

+1 -1
+1 -1
arch/m68k/Kconfig
··· 44 45 config ARCH_MAY_HAVE_PC_FDC 46 bool 47 - depends on Q40 || (BROKEN && SUN3X) 48 default y 49 50 config NO_IOPORT
··· 44 45 config ARCH_MAY_HAVE_PC_FDC 46 bool 47 + depends on BROKEN && (Q40 || SUN3X) 48 default y 49 50 config NO_IOPORT