ARM: pxa: fix the missing definition of IRQ_BOARD_END
authorEric Miao <eric.y.miao@gmail.com>
Mon, 1 Nov 2010 20:53:59 +0000 (04:53 +0800)
committerEric 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

index 6700c7f..21fa272 100644 (file)
@@ -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