aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2010-11-07 16:11:20 +0000
committerRussell King <rmk+kernel@arm.linux.org.uk>2010-11-07 16:11:20 +0000
commit261ca205817deb3d3dfd0be218cc0154be8e6472 (patch)
tree6f1e6671e751db90c196ecf4ef0a3041081f308d /arch/arm/include
parentMerge git://git.kernel.org/pub/scm/linux/kernel/git/nico/orion (diff)
parentARM: pxa/saar: fix the building failure caused by typo (diff)
downloadlinux-dev-261ca205817deb3d3dfd0be218cc0154be8e6472.tar.xz
linux-dev-261ca205817deb3d3dfd0be218cc0154be8e6472.zip
Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/hardware/it8152.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/hardware/it8152.h b/arch/arm/include/asm/hardware/it8152.h
index 6700c7fc7ebd..21fa272301f8 100644
--- 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