All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Sparc compilation fix with floppy enabled
@ 2006-10-17  9:36 Krzysztof Helt
  2006-10-18  2:23 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Helt @ 2006-10-17  9:36 UTC (permalink / raw)
  To: sparclinux

[-- Attachment #1: Type: text/plain, Size: 189 bytes --]

This patch fixes a typo to make kernel compilable when floppy driver for Sparc is build.

Krzysztof Helt

Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
---

Found in linux-2.6.19-rc2.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: fix-floppy-compilation.diff --]
[-- Type: text/x-patch; name="fix-floppy-compilation.diff", Size: 504 bytes --]

diff -urp linux-2.6.18/arch/sparc/kernel/irq.c linux-new/arch/sparc/kernel/irq.c
--- linux-2.6.18/arch/sparc/kernel/irq.c	2006-10-17 11:19:03.000000000 +0200
+++ linux-new/arch/sparc/kernel/irq.c	2006-10-17 11:20:57.000000000 +0200
@@ -351,7 +351,7 @@ void handler_irq(int irq, struct pt_regs
 }
 
 #ifdef CONFIG_BLK_DEV_FD
-extern void floppy_interrupt(int irq, void *dev_id)
+extern void floppy_interrupt(int irq, void *dev_id);
 
 void sparc_floppy_irq(int irq, void *dev_id, struct pt_regs *regs)
 {

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Sparc compilation fix with floppy enabled
  2006-10-17  9:36 [PATCH] Sparc compilation fix with floppy enabled Krzysztof Helt
@ 2006-10-18  2:23 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2006-10-18  2:23 UTC (permalink / raw)
  To: sparclinux

From: "Krzysztof Helt" <krzysztof.h1@wp.pl>
Date: Tue, 17 Oct 2006 11:36:25 +0200

> This patch fixes a typo to make kernel compilable when floppy driver for Sparc is build.
> 
> Krzysztof Helt
> 
> Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>

Applied, dziekuje bardzo.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-10-18  2:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-17  9:36 [PATCH] Sparc compilation fix with floppy enabled Krzysztof Helt
2006-10-18  2:23 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.