ARM: S3C24XX: header mach/regs-power.h local
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-s3c24xx / irq-s3c2412.c
index e65619ddbccc3c1398a427b4bfb7d26689a68799..67d763178d3f98fe8c79d9ad7249cbca80a90da9 100644 (file)
 
 #include <mach/regs-irq.h>
 #include <mach/regs-gpio.h>
-#include <mach/regs-power.h>
 
 #include <plat/cpu.h>
 #include <plat/irq.h>
 #include <plat/pm.h>
 
+#include "s3c2412-power.h"
+
 #define INTMSK(start, end) ((1 << ((end) + 1 - (start))) - 1)
 #define INTMSK_SUB(start, end) (INTMSK(start, end) << ((start - S3C2410_IRQSUB(0))))