diff options
author | Heiko Stuebner <heiko@sntech.de> | 2013-02-12 23:23:01 +0100 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-03-05 02:42:47 +0100 |
commit | dc1a3538fea6df5d477b0a7604942da5ed7612c4 (patch) | |
tree | faf276b44f25428444c8477640511982d1db1761 /arch/arm/mach-s3c24xx/irq-pm.c | |
parent | ARM: S3C24XX: plat/common-smdk.h local (diff) | |
download | linux-dc1a3538fea6df5d477b0a7604942da5ed7612c4.tar.xz linux-dc1a3538fea6df5d477b0a7604942da5ed7612c4.zip |
ARM: S3C24XX: remove plat/irq.h in plat-samsung
plat-samsung/irq.h did only contain functions for handling the spread out
subirqs on s3c24xx arches, which are not needed anymore.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
[kgene.kim@samsung.com: fixed build error on bast-irq.c]
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c24xx/irq-pm.c')
-rw-r--r-- | arch/arm/mach-s3c24xx/irq-pm.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/irq-pm.c b/arch/arm/mach-s3c24xx/irq-pm.c index e1199599873e..b91341ef2b2e 100644 --- a/arch/arm/mach-s3c24xx/irq-pm.c +++ b/arch/arm/mach-s3c24xx/irq-pm.c @@ -16,10 +16,15 @@ #include <linux/interrupt.h> #include <linux/irq.h> #include <linux/syscore_ops.h> +#include <linux/io.h> #include <plat/cpu.h> #include <plat/pm.h> -#include <plat/irq.h> +#include <plat/map-base.h> +#include <plat/map-s3c.h> + +#include <mach/regs-irq.h> +#include <mach/regs-gpio.h> #include <asm/irq.h> |