All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.6.13 1/3] Minor cleanups - remove unnecessary function prototype
@ 2005-09-07  5:04 Kenji Kaneshige
  2005-09-07 15:35 ` [PATCH 2.6.13 1/3] Minor cleanups - remove unnecessary function prototype in irq.h Matthew Wilcox
  2005-09-08  4:48 ` [PATCH 2.6.13 1/3] Minor cleanups - remove unnecessary function Kenji Kaneshige
  0 siblings, 2 replies; 3+ messages in thread
From: Kenji Kaneshige @ 2005-09-07  5:04 UTC (permalink / raw)
  To: linux-ia64

The function prototype for handl_IRQ_event() in include/asm-ia64/irq.h
is no longer needed. This patch removes it.

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

---

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

diff -puN include/asm-ia64/irq.h~ia64-cleanup-remove-handle_IRQ_event include/asm-ia64/irq.h
--- linux-2.6.13/include/asm-ia64/irq.h~ia64-cleanup-remove-handle_IRQ_event	2005-09-07 11:53:11.000000000 +0900
+++ linux-2.6.13-kanesige/include/asm-ia64/irq.h	2005-09-07 11:53:11.000000000 +0900
@@ -36,8 +36,4 @@ extern void move_irq(int irq);
 #define move_irq(irq)
 #endif
 
-struct irqaction;
-struct pt_regs;
-int handle_IRQ_event(unsigned int, struct pt_regs *, struct irqaction *);
-
 #endif /* _ASM_IA64_IRQ_H */
_


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

* Re: [PATCH 2.6.13 1/3] Minor cleanups - remove unnecessary function prototype in irq.h
  2005-09-07  5:04 [PATCH 2.6.13 1/3] Minor cleanups - remove unnecessary function prototype Kenji Kaneshige
@ 2005-09-07 15:35 ` Matthew Wilcox
  2005-09-08  4:48 ` [PATCH 2.6.13 1/3] Minor cleanups - remove unnecessary function Kenji Kaneshige
  1 sibling, 0 replies; 3+ messages in thread
From: Matthew Wilcox @ 2005-09-07 15:35 UTC (permalink / raw)
  To: linux-ia64

On Wed, Sep 07, 2005 at 02:04:14PM +0900, Kenji Kaneshige wrote:
> The function prototype for handl_IRQ_event() in include/asm-ia64/irq.h
> is no longer needed. This patch removes it.

Seems to me it can go away from every other architecture that's using
GENERIC_HARDIRQS (ie frv i386 ia64 m32r mips parisc ppc ppc64 sh sh64
um x86_64 xtensa).  Mind doing that for everyone?

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

* Re: [PATCH 2.6.13 1/3] Minor cleanups - remove unnecessary function
  2005-09-07  5:04 [PATCH 2.6.13 1/3] Minor cleanups - remove unnecessary function prototype Kenji Kaneshige
  2005-09-07 15:35 ` [PATCH 2.6.13 1/3] Minor cleanups - remove unnecessary function prototype in irq.h Matthew Wilcox
@ 2005-09-08  4:48 ` Kenji Kaneshige
  1 sibling, 0 replies; 3+ messages in thread
From: Kenji Kaneshige @ 2005-09-08  4:48 UTC (permalink / raw)
  To: linux-ia64

Matthew Wilcox wrote:
> On Wed, Sep 07, 2005 at 02:04:14PM +0900, Kenji Kaneshige wrote:
> 
>>The function prototype for handl_IRQ_event() in include/asm-ia64/irq.h
>>is no longer needed. This patch removes it.
> 
> 
> Seems to me it can go away from every other architecture that's using
> GENERIC_HARDIRQS (ie frv i386 ia64 m32r mips parisc ppc ppc64 sh sh64
> um x86_64 xtensa).  Mind doing that for everyone?

Sure.
I'll to try to make other patches for these architectures.

Thanks,
Kenji Kaneshige

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

end of thread, other threads:[~2005-09-08  4:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-07  5:04 [PATCH 2.6.13 1/3] Minor cleanups - remove unnecessary function prototype Kenji Kaneshige
2005-09-07 15:35 ` [PATCH 2.6.13 1/3] Minor cleanups - remove unnecessary function prototype in irq.h Matthew Wilcox
2005-09-08  4:48 ` [PATCH 2.6.13 1/3] Minor cleanups - remove unnecessary function Kenji Kaneshige

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.