* [PATCH][v850] Guard declaration of handle_IRQ_event with #ifdef !__ASSEMBLY__ on v850
@ 2004-06-25 6:29 Miles Bader
0 siblings, 0 replies; only message in thread
From: Miles Bader @ 2004-06-25 6:29 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel
Signed-off-by: Miles Bader <miles@gnu.org>
include/asm-v850/irq.h | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diff -ruN -X../cludes linux-2.6.7-uc0/include/asm-v850/irq.h linux-2.6.7-uc0-v850-20040625/include/asm-v850/irq.h
--- linux-2.6.7-uc0/include/asm-v850/irq.h 2004-05-11 13:20:53.000000000 +0900
+++ linux-2.6.7-uc0-v850-20040625/include/asm-v850/irq.h 2004-06-24 17:20:36.000000000 +0900
@@ -1,8 +1,8 @@
/*
* include/asm-v850/irq.h -- Machine interrupt handling
*
- * Copyright (C) 2001,02 NEC Corporation
- * Copyright (C) 2001,02 Miles Bader <miles@gnu.org>
+ * Copyright (C) 2001,02,04 NEC Electronics Corporation
+ * Copyright (C) 2001,02,04 Miles Bader <miles@gnu.org>
*
* This file is subject to the terms and conditions of the GNU General
* Public License. See the file COPYING in the main directory of this
@@ -62,11 +62,8 @@
/* Disable an irq without waiting. */
extern void disable_irq_nosync (unsigned int irq);
+extern int handle_IRQ_event(unsigned int, struct pt_regs *, struct irqaction *);
#endif /* !__ASSEMBLY__ */
-struct irqaction;
-struct pt_regs;
-int handle_IRQ_event(unsigned int, struct pt_regs *, struct irqaction *);
-
#endif /* __V850_IRQ_H__ */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-06-25 6:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-25 6:29 [PATCH][v850] Guard declaration of handle_IRQ_event with #ifdef !__ASSEMBLY__ on v850 Miles Bader
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®