kernel/arch/arm/mach-s5pv210/regs-clock.h
.. .. @@ -9,7 +9,9 @@ 9 9 #ifndef __ASM_ARCH_REGS_CLOCK_H 10 10 #define __ASM_ARCH_REGS_CLOCK_H __FILE__ 11 11 12 -#include <plat/map-base.h>12 +#define S3C_ADDR_BASE 0xF600000013 +#define S3C_ADDR(x) ((void __iomem __force *)S3C_ADDR_BASE + (x))14 +#define S3C_VA_SYS S3C_ADDR(0x00100000)13 15 14 16 #define S5P_CLKREG(x) (S3C_VA_SYS + (x)) 15 17