]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-s3c2443/irq.c
Linux 2.6.28-rc4
[linux-2.6-omap-h63xx.git] / arch / arm / mach-s3c2443 / irq.c
index e44341d7dfef91189ad960cbcc8264357879eecd..0e0d693f397449139f8fd9e790a1f4693e3f661b 100644 (file)
@@ -34,9 +34,9 @@
 #include <mach/regs-irq.h>
 #include <mach/regs-gpio.h>
 
-#include <asm/plat-s3c24xx/cpu.h>
-#include <asm/plat-s3c24xx/pm.h>
-#include <asm/plat-s3c24xx/irq.h>
+#include <plat/cpu.h>
+#include <plat/pm.h>
+#include <plat/irq.h>
 
 #define INTMSK(start, end) ((1 << ((end) + 1 - (start))) - 1)