From: Ben Dooks Date: Tue, 21 Oct 2008 13:06:56 +0000 (+0100) Subject: [ARM] S3C: Fix PWM build on S3C6400 X-Git-Tag: v2.6.29-rc1~559^2~9^2~9^2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e550ae741663e4708dcdad3fc392db156189c77c;p=thirdparty%2Fkernel%2Flinux.git [ARM] S3C: Fix PWM build on S3C6400 The pwm-clock.c needs 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 --- diff --git a/arch/arm/plat-s3c/pwm-clock.c b/arch/arm/plat-s3c/pwm-clock.c index e07d82891a922..5242fb0afcca0 100644 --- a/arch/arm/plat-s3c/pwm-clock.c +++ b/arch/arm/plat-s3c/pwm-clock.c @@ -19,11 +19,9 @@ #include #include +#include #include -#include -#include - #include #include