Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e550ae74 authored by Ben Dooks's avatar Ben Dooks
Browse files

[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: default avatarBen Dooks <ben-linux@fluff.org>
parent 59ff6f2c
Loading
Loading
Loading
Loading
+1 −3
Original line number Original line Diff line number Diff line
@@ -19,11 +19,9 @@
#include <linux/io.h>
#include <linux/io.h>


#include <mach/hardware.h>
#include <mach/hardware.h>
#include <mach/map.h>
#include <asm/irq.h>
#include <asm/irq.h>


#include <mach/regs-clock.h>
#include <mach/regs-gpio.h>

#include <plat/clock.h>
#include <plat/clock.h>
#include <plat/cpu.h>
#include <plat/cpu.h>