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 2/4] Cleanup - remove unnecessary handle_IRQ_event() prototype (ppc)
Date: Thu, 08 Sep 2005 14:42:40 +0900 [thread overview]
Message-ID: <431FCF50.80600@jp.fujitsu.com> (raw)
In-Reply-To: <431FCDBF.2010409@jp.fujitsu.com>
The function prototype for handle_IRQ_event() in include/asm-ppc/irq.h
seems no longer needed because ppc uses GENERIC_HARDIRQ. This patch
removes it.
Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
include/asm-ppc/irq.h | 4 ----
1 files changed, 4 deletions(-)
Index: linux-2.6.13/include/asm-ppc/irq.h
===================================================================
--- linux-2.6.13.orig/include/asm-ppc/irq.h
+++ linux-2.6.13/include/asm-ppc/irq.h
@@ -398,9 +398,5 @@ extern unsigned long ppc_cached_irq_mask
extern unsigned long ppc_lost_interrupts[NR_MASK_WORDS];
extern atomic_t ppc_n_lost_interrupts;
-struct irqaction;
-struct pt_regs;
-int handle_IRQ_event(unsigned int, struct pt_regs *, struct irqaction *);
-
#endif /* _ASM_IRQ_H */
#endif /* __KERNEL__ */
next prev parent reply other threads:[~2005-09-08 5:44 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 ` Kenji Kaneshige [this message]
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 ` [PATCH 2.6.13 4/4] Cleanup - remove unnecessary handle_IRQ_event() prototype (x86_64) Kenji Kaneshige
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=431FCF50.80600@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.