diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-10-21 17:06:47 +0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-12-16 00:46:13 +0300 |
commit | 6af0e929e9fb60a8e2609555129713f310188f33 (patch) | |
tree | 2e47b7ad8af232ee1628e020ca682a687d301aa9 /arch/arm/plat-s3c24xx/irq.c | |
parent | a503059c14215ac4325e25d9061cad992a373e17 (diff) | |
download | linux-6af0e929e9fb60a8e2609555129713f310188f33.tar.xz |
[ARM] S3C: Move S3C2410_EXTINT to common regs-irqtype.h header
Add a common include file (regs-irqtype.h) for the IRQ
trigger control register values S3C2410_EXTINT*.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-s3c24xx/irq.c')
-rw-r--r-- | arch/arm/plat-s3c24xx/irq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s3c24xx/irq.c b/arch/arm/plat-s3c24xx/irq.c index 963f7a4f26f2..0192ecdc1442 100644 --- a/arch/arm/plat-s3c24xx/irq.c +++ b/arch/arm/plat-s3c24xx/irq.c @@ -62,6 +62,7 @@ #include <asm/mach/irq.h> +#include <plat/regs-irqtype.h> #include <mach/regs-irq.h> #include <mach/regs-gpio.h> |