Skip to content

Commit

Permalink
ARM: pxa: Fix number of IRQs on Balloon3
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
  • Loading branch information
Marek Vasut authored and Eric Miao committed Dec 20, 2010
1 parent 3534ccc commit e60f137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-pxa/include/mach/balloon3.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ enum balloon3_features {
#define BALLOON3_CODEC_IRQ IRQ_GPIO(BALLOON3_GPIO_CODEC_IRQ)
#define BALLOON3_S0_CD_IRQ IRQ_GPIO(BALLOON3_GPIO_S0_CD)

#define BALLOON3_NR_IRQS (IRQ_BOARD_START + 4)
#define BALLOON3_NR_IRQS (IRQ_BOARD_START + 16)

extern int balloon3_has(enum balloon3_features feature);

Expand Down

0 comments on commit e60f137

Please sign in to comment.