Commit 3f20a4ef57f4cbe8e2bbdb12640548795b32c6f7

Authored by Geert Uytterhoeven
Committed by Linus Torvalds
1 parent fd5b462f0b

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -44,7 +44,7 @@
44 44  
45 45 config ARCH_MAY_HAVE_PC_FDC
46 46 bool
47   - depends on Q40 || (BROKEN && SUN3X)
  47 + depends on BROKEN && (Q40 || SUN3X)
48 48 default y
49 49  
50 50 config NO_IOPORT