diff options
author | Heiko Stuebner <heiko@sntech.de> | 2013-02-12 14:23:01 -0800 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-03-05 10:42:47 +0900 |
commit | dc1a3538fea6df5d477b0a7604942da5ed7612c4 (patch) | |
tree | faf276b44f25428444c8477640511982d1db1761 /arch/arm/mach-s3c24xx/bast-irq.c | |
parent | 4d512a908ed00269204f67303becf279898c5674 (diff) | |
download | blackbird-op-linux-dc1a3538fea6df5d477b0a7604942da5ed7612c4.tar.gz blackbird-op-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/bast-irq.c')
-rw-r--r-- | arch/arm/mach-s3c24xx/bast-irq.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-s3c24xx/bast-irq.c b/arch/arm/mach-s3c24xx/bast-irq.c index c0daa9590b4c..cb1b791954de 100644 --- a/arch/arm/mach-s3c24xx/bast-irq.c +++ b/arch/arm/mach-s3c24xx/bast-irq.c @@ -34,8 +34,6 @@ #include <mach/hardware.h> #include <mach/regs-irq.h> -#include <plat/irq.h> - #include "bast.h" #define irqdbf(x...) |