summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorPadmavathi Venna <padma.v@samsung.com>2011-07-06 15:37:08 +0900
committerKukjin Kim <kgene.kim@samsung.com>2011-07-06 15:37:08 +0900
commit8fa9dd04b7f7ab1807ebcc274601dd8e2d215569 (patch)
tree4235b4677424951ac893a02de62b52b623ee34af /arch
parent152c036a8096ed219c965957acb63490a2c0c963 (diff)
ARM: S5PC100: Fix for compilation error
S5PC100 Compilation fails without this patch Signed-off-by: Padmavathi Venna <padma.v@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-s5pc100/dev-spi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pc100/dev-spi.c b/arch/arm/mach-s5pc100/dev-spi.c
index 57b19794d9bb..cd7ca47d8746 100644
--- a/arch/arm/mach-s5pc100/dev-spi.c
+++ b/arch/arm/mach-s5pc100/dev-spi.c
@@ -15,6 +15,7 @@
#include <mach/dma.h>
#include <mach/map.h>
#include <mach/spi-clocks.h>
+#include <mach/irqs.h>
#include <plat/s3c64xx-spi.h>
#include <plat/gpio-cfg.h>