aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Dooks <ben-linux@fluff.org>2008-10-21 14:06:56 +0100
committerBen Dooks <ben-linux@fluff.org>2008-10-21 14:12:21 +0100
commit8aa5788b2f522bf0afdbac65ea349c7d50df3b55 (patch)
treeaaf053d9f816d4c9c42387d3984ab6df90559143
parent2ed731429d4adf8de18e74d1e049c2f36633000e (diff)
[ARM] S3C: Fix PWM build on S3C6400
The pwm-clock.c needs <mach/map.h> which is included via other means on S3C24XX systems, so ensure it is explicitly included. Remove the includes of regs-clock.h and regs-gpio.h as these are not needed by the build. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
-rw-r--r--arch/arm/plat-s3c/pwm-clock.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/plat-s3c/pwm-clock.c b/arch/arm/plat-s3c/pwm-clock.c
index 3fad68a1e6b..5ccabe4eb7b 100644
--- a/arch/arm/plat-s3c/pwm-clock.c
+++ b/arch/arm/plat-s3c/pwm-clock.c
@@ -19,11 +19,9 @@
#include <linux/io.h>
#include <mach/hardware.h>
+#include <mach/map.h>
#include <asm/irq.h>
-#include <mach/regs-clock.h>
-#include <mach/regs-gpio.h>
-
#include <plat/clock.h>
#include <plat/cpu.h>