projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f13b68e
)
[MIPS] ITE8172: Fix build error due to missmatching prototypes.
author
Ralf Baechle
<ralf@linux-mips.org>
Sun, 2 Apr 2006 12:14:42 +0000
(13:14 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 19 Apr 2006 02:14:19 +0000
(
04:14
+0200)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/ite-boards/generic/irq.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/ite-boards/generic/irq.c
b/arch/mips/ite-boards/generic/irq.c
index e67f96129491009074f28187a7ee72edd9b864c9..8c1cdfcd4284454cd9e15167fdaa1e74a52e1eb7 100644
(file)
--- a/
arch/mips/ite-boards/generic/irq.c
+++ b/
arch/mips/ite-boards/generic/irq.c
@@
-62,9
+62,6
@@
#define ALLINTS_NOTIMER (IE_IRQ0 | IE_IRQ1 | IE_IRQ2 | IE_IRQ3 | IE_IRQ4)
-void disable_it8172_irq(unsigned int irq_nr);
-void enable_it8172_irq(unsigned int irq_nr);
-
extern void set_debug_traps(void);
extern void mips_timer_interrupt(int irq, struct pt_regs *regs);
extern asmlinkage void it8172_IRQ(void);