diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-06-20 09:19:17 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-06-20 09:19:17 +0900 |
commit | 334a511a811133182f8dbdc7b63f141bb1185fbb (patch) | |
tree | 6034f62833129535b5ccb7bbc34c7ab24761ce0b /arch/arm/mach-s3c24xx | |
parent | 9d530786c4ed88720671ba83b669b7e7da5cdc91 (diff) |
ARM: S3C24XX: Remove duplicate header file inclusion
regs-clock.h header file was included twice.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c24xx')
-rw-r--r-- | arch/arm/mach-s3c24xx/common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c24xx/common.c b/arch/arm/mach-s3c24xx/common.c index 56cdd34cce4..0c9e9a785ef 100644 --- a/arch/arm/mach-s3c24xx/common.c +++ b/arch/arm/mach-s3c24xx/common.c @@ -41,7 +41,6 @@ #include <asm/mach/arch.h> #include <asm/mach/map.h> -#include <mach/regs-clock.h> #include <mach/regs-gpio.h> #include <plat/regs-serial.h> |