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:
31a5539
)
[ARM] 3199/1: Remove bogus function prototype from arch-pxa/irq.h
author
Deepak Saxena
<dsaxena@plexity.net>
Thu, 8 Dec 2005 23:34:44 +0000
(23:34 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Thu, 8 Dec 2005 23:34:44 +0000
(23:34 +0000)
Patch from Deepak Saxena
This looks like a leftover from 2.4 days...
Signed-off-by: Deepak Saxena <dsaxena@plexity.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/asm-arm/arch-pxa/irq.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-arm/arch-pxa/irq.h
b/include/asm-arm/arch-pxa/irq.h
index d770e4b37ae137be669c46b98fc0de51376ee4be..48c60f5eff6aa917f5a0d7ae7817c3f294be618b 100644
(file)
--- a/
include/asm-arm/arch-pxa/irq.h
+++ b/
include/asm-arm/arch-pxa/irq.h
@@
-12,8
+12,3
@@
#define fixup_irq(x) (x)
-/*
- * This prototype is required for cascading of multiplexed interrupts.
- * Since it doesn't exist elsewhere, we'll put it here for now.
- */
-extern void do_IRQ(int irq, struct pt_regs *regs);