[ARM] S3C: Fix PWM build on S3C6400
authorBen Dooks <ben-linux@fluff.org>
Tue, 21 Oct 2008 13:06:56 +0000 (14:06 +0100)
committerBen Dooks <ben-linux@fluff.org>
Mon, 15 Dec 2008 21:52:11 +0000 (21:52 +0000)
commite550ae741663e4708dcdad3fc392db156189c77c
tree40b5ca0fbd0d86bea9f8b85cf951996d2b0c41ec
parent59ff6f2c0e02c23df8c94a52ab51963ae22e0463
[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>
arch/arm/plat-s3c/pwm-clock.c