All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Krzysztof Helt" <krzysztof.h1@wp.pl>
To: sparclinux@vger.kernel.org
Subject: [PATCH] Sparc compilation fix with floppy enabled
Date: Tue, 17 Oct 2006 09:36:25 +0000	[thread overview]
Message-ID: <4534a4192f1c2@wp.pl> (raw)

[-- 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)
 {

             reply	other threads:[~2006-10-17  9:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-17  9:36 Krzysztof Helt [this message]
2006-10-18  2:23 ` [PATCH] Sparc compilation fix with floppy enabled David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4534a4192f1c2@wp.pl \
    --to=krzysztof.h1@wp.pl \
    --cc=sparclinux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.