projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8676d2e
)
[MIPS] Remove prototype for deleted function qemu_handle_int
author
Ralf Baechle
<ralf@linux-mips.org>
Sun, 20 May 2007 20:29:01 +0000
(22:29 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 6 Jun 2007 18:34:33 +0000
(19:34 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/qemu/q-irq.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/qemu/q-irq.c
b/arch/mips/qemu/q-irq.c
index f5ea2fe10f141d598b70a85f3d6514b73c54331c..89891e984b3bc3c67f0c66ee81a65bb691311941 100644
(file)
--- a/
arch/mips/qemu/q-irq.c
+++ b/
arch/mips/qemu/q-irq.c
@@
-7,8
+7,6
@@
#include <asm/system.h>
#include <asm/time.h>
-extern asmlinkage void qemu_handle_int(void);
-
asmlinkage void plat_irq_dispatch(void)
{
unsigned int pending = read_c0_status() & read_c0_cause();