diff options
Diffstat (limited to 'arch/arm/mach-s3c24xx/irq-s3c2412.c')
-rw-r--r-- | arch/arm/mach-s3c24xx/irq-s3c2412.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/irq-s3c2412.c b/arch/arm/mach-s3c24xx/irq-s3c2412.c index e65619ddbccc..67d763178d3f 100644 --- a/arch/arm/mach-s3c24xx/irq-s3c2412.c +++ b/arch/arm/mach-s3c24xx/irq-s3c2412.c | |||
@@ -33,12 +33,13 @@ | |||
33 | 33 | ||
34 | #include <mach/regs-irq.h> | 34 | #include <mach/regs-irq.h> |
35 | #include <mach/regs-gpio.h> | 35 | #include <mach/regs-gpio.h> |
36 | #include <mach/regs-power.h> | ||
37 | 36 | ||
38 | #include <plat/cpu.h> | 37 | #include <plat/cpu.h> |
39 | #include <plat/irq.h> | 38 | #include <plat/irq.h> |
40 | #include <plat/pm.h> | 39 | #include <plat/pm.h> |
41 | 40 | ||
41 | #include "s3c2412-power.h" | ||
42 | |||
42 | #define INTMSK(start, end) ((1 << ((end) + 1 - (start))) - 1) | 43 | #define INTMSK(start, end) ((1 << ((end) + 1 - (start))) - 1) |
43 | #define INTMSK_SUB(start, end) (INTMSK(start, end) << ((start - S3C2410_IRQSUB(0)))) | 44 | #define INTMSK_SUB(start, end) (INTMSK(start, end) << ((start - S3C2410_IRQSUB(0)))) |
44 | 45 | ||