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:
3073f0f
)
ARM: pxa: fix the missing definition of IRQ_BOARD_END
author
Eric Miao
<eric.y.miao@gmail.com>
Mon, 1 Nov 2010 20:53:59 +0000
(
04:53
+0800)
committer
Eric Miao
<eric.y.miao@gmail.com>
Wed, 3 Nov 2010 15:11:17 +0000
(23:11 +0800)
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Cc: Haojian Zhuang <haojian.zhuang@marvell.com>
Cc: Mike Rapoport <mike@compulab.co.il>
arch/arm/include/asm/hardware/it8152.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/include/asm/hardware/it8152.h
b/arch/arm/include/asm/hardware/it8152.h
index 6700c7fc7ebd2e3cfc03e9a11accba01e58440e3..21fa272301f804b9bad3218b74147f6e450fa026 100644
(file)
--- a/
arch/arm/include/asm/hardware/it8152.h
+++ b/
arch/arm/include/asm/hardware/it8152.h
@@
-75,7
+75,7
@@
extern unsigned long it8152_base_address;
IT8152_PD_IRQ(1) USB (USBR)
IT8152_PD_IRQ(0) Audio controller (ACR)
*/
-#define IT8152_IRQ(x) (IRQ_BOARD_
END
+ (x))
+#define IT8152_IRQ(x) (IRQ_BOARD_
START
+ (x))
/* IRQ-sources in 3 groups - local devices, LPC (serial), and external PCI */
#define IT8152_LD_IRQ_COUNT 9