projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0232622
)
[IA64] Minor cleanups - remove unnecessary function prototype in irq.h
author
Kenji Kaneshige
<kaneshige.kenji@jp.fujitsu.com>
Wed, 7 Sep 2005 05:04:14 +0000
(14:04 +0900)
committer
Tony Luck
<tony.luck@intel.com>
Wed, 7 Sep 2005 20:59:40 +0000
(13:59 -0700)
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>
Signed-off-by: Tony Luck <tony.luck@intel.com>
include/asm-ia64/irq.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-ia64/irq.h
b/include/asm-ia64/irq.h
index bd07d11d9f37ac81e55a51c7e8ea35b0f19ce0c3..585644c6b21cf79352d681db353eae007822ed0f 100644
(file)
--- a/
include/asm-ia64/irq.h
+++ b/
include/asm-ia64/irq.h
@@
-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 */