Skip to content

Commit

Permalink
ARM: S5P: Fix missed IRQ_EINT_BIT()
Browse files Browse the repository at this point in the history
When merged patches, missed IRQ_EINT_BIT() definition from commit ea31fd4
(ARM: S5PV210: Add Power Management Support). The IRQ_EINT_BIT() is used
in the Power Management operation (plat-samsung/pm.c).

Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Kukjin Kim committed Oct 25, 2010
1 parent b4a0dca commit dc6c0ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/plat-s5p/include/plat/irqs.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@
((irq) - S5P_EINT_BASE1) : \
((irq) + 16 - S5P_EINT_BASE2))

#define IRQ_EINT_BIT(x) EINT_OFFSET(x)

/* Typically only a few gpio chips require gpio interrupt support.
To avoid memory waste irq descriptors are allocated only for
S5P_GPIOINT_GROUP_COUNT chips, each with total number of
Expand Down

0 comments on commit dc6c0ca

Please sign in to comment.