diff options
Diffstat (limited to 'arch/arm/mach-s3c2410/clock.c')
-rw-r--r-- | arch/arm/mach-s3c2410/clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/clock.c b/arch/arm/mach-s3c2410/clock.c index f0172d2c33b..c9ac206f349 100644 --- a/arch/arm/mach-s3c2410/clock.c +++ b/arch/arm/mach-s3c2410/clock.c @@ -42,7 +42,7 @@ #include <mach/regs-gpio.h> #include <plat/s3c2410.h> -#include <asm/plat-s3c24xx/clock.h> +#include <plat/clock.h> #include <plat/cpu.h> int s3c2410_clkcon_enable(struct clk *clk, int enable) |