[ARM] S3C: Fix PWM build on S3C6400
commit8aa5788b2f522bf0afdbac65ea349c7d50df3b55
authorBen Dooks <ben-linux@fluff.org>
Tue, 21 Oct 2008 13:06:56 +0000 (21 14:06 +0100)
committerBen Dooks <ben-linux@fluff.org>
Tue, 21 Oct 2008 13:12:21 +0000 (21 14:12 +0100)
treeaaf053d9f816d4c9c42387d3984ab6df90559143
parent2ed731429d4adf8de18e74d1e049c2f36633000e
[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