m68k: Q40/Q60 floppy support is broken

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Sunday, May 18, 2008 - 3:01 pm

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3f20a4...
Commit:     3f20a4ef57f4cbe8e2bbdb12640548795b32c6f7
Parent:     fd5b462f0b3ae641e39966d1c6cd0dd66100cda5
Author:     Geert Uytterhoeven <geert@linux-m68k.org>
AuthorDate: Sun May 18 20:47:19 2008 +0200
Committer:  Linus Torvalds <torvalds@linux-foundation.org>
CommitDate: Sun May 18 13:28:50 2008 -0700

    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>
---
 arch/m68k/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig
index 6649346..55ea52f 100644
--- a/arch/m68k/Kconfig
+++ b/arch/m68k/Kconfig
@@ -44,7 +44,7 @@ config GENERIC_IOMAP
 
 config ARCH_MAY_HAVE_PC_FDC
 	bool
-	depends on Q40 || (BROKEN && SUN3X)
+	depends on BROKEN && (Q40 || SUN3X)
 	default y
 
 config NO_IOPORT
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
m68k: Q40/Q60 floppy support is broken, Linux Kernel Mailing ..., (Sun May 18, 3:01 pm)