All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
To: Andrew Morton <akpm@osdl.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Cc: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Subject: [PATCH 2.6.13 4/4] Cleanup - remove unnecessary handle_IRQ_event() prototype (x86_64)
Date: Thu, 08 Sep 2005 14:44:31 +0900	[thread overview]
Message-ID: <431FCFBF.2010009@jp.fujitsu.com> (raw)
In-Reply-To: <431FCDBF.2010409@jp.fujitsu.com>

The function prototype for handle_IRQ_event() in include/asm-x86_64/irq.h
seems no longer needed because x86_64 uses GENERIC_HARDIRQ. This patch
removes it.

Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>

 include/asm-x86_64/irq.h |    4 ----
 1 files changed, 4 deletions(-)

Index: linux-2.6.13/include/asm-x86_64/irq.h
===================================================================
--- linux-2.6.13.orig/include/asm-x86_64/irq.h
+++ linux-2.6.13/include/asm-x86_64/irq.h
@@ -48,10 +48,6 @@ static __inline__ int irq_canonicalize(i
 #define ARCH_HAS_NMI_WATCHDOG		/* See include/linux/nmi.h */
 #endif
 
-struct irqaction;
-struct pt_regs;
-int handle_IRQ_event(unsigned int, struct pt_regs *, struct irqaction *);
-
 #ifdef CONFIG_HOTPLUG_CPU
 #include <linux/cpumask.h>
 extern void fixup_irqs(cpumask_t map);


      parent reply	other threads:[~2005-09-08  5:45 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-08  5:35 [PATCH 2.6.13 0/4] Cleanup - remove unnecessary handle_IRQ_event() prototype Kenji Kaneshige
2005-09-08  5:41 ` [PATCH 2.6.13 1/4] Cleanup - remove unnecessary handle_IRQ_event() prototype (mips) Kenji Kaneshige
2005-09-08  5:42 ` [PATCH 2.6.13 2/4] Cleanup - remove unnecessary handle_IRQ_event() prototype (ppc) Kenji Kaneshige
2005-09-08  5:43 ` [PATCH 2.6.13 3/4] Cleanup - remove unnecessary handle_IRQ_event() prototype (sh) Kenji Kaneshige
2005-09-08  5:44 ` Kenji Kaneshige [this message]

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=431FCFBF.2010009@jp.fujitsu.com \
    --to=kaneshige.kenji@jp.fujitsu.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@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.