Skip to content

Commit

Permalink
ARM: pxa: fix the missing definition of IRQ_BOARD_END
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Miao <[email protected]>
Cc: Haojian Zhuang <[email protected]>
Cc: Mike Rapoport <[email protected]>
  • Loading branch information
ericmiao committed Nov 3, 2010
1 parent 3073f0f commit 12cdcc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/include/asm/hardware/it8152.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12cdcc8

Please sign in to comment.