projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a04706
)
[PATCH] one more ARM IRQ fix
author
Adrian Bunk
<bunk@stusta.de>
Fri, 20 Oct 2006 06:29:14 +0000
(23:29 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 20 Oct 2006 17:26:44 +0000
(10:26 -0700)
Fix one more compile breakage caused by the post -rc1 IRQ changes.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/arm/mach-lh7a40x/common.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-lh7a40x/common.h
b/arch/arm/mach-lh7a40x/common.h
index 18e8bb4eb202280446f251f20dc7f5f006a20d35..0ca20c6c83b7be253e4ae897f6ba2b01af90f496 100644
(file)
--- a/
arch/arm/mach-lh7a40x/common.h
+++ b/
arch/arm/mach-lh7a40x/common.h
@@
-15,4
+15,4
@@
extern void lh7a404_init_irq (void);
extern void lh7a40x_clcd_init (void);
extern void lh7a40x_init_board_irq (void);
-#define IRQ_DISPATCH(irq) desc_handle_irq((irq),(irq_desc + irq)
, regs
)
+#define IRQ_DISPATCH(irq) desc_handle_irq((irq),(irq_desc + irq))