diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-06-20 02:19:17 +0200 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-06-20 02:19:17 +0200 |
commit | 334a511a811133182f8dbdc7b63f141bb1185fbb (patch) | |
tree | 6034f62833129535b5ccb7bbc34c7ab24761ce0b /arch/arm/mach-s3c24xx/common.c | |
parent | ARM: SAMSUNG: Remove description corresponding to a deleted element (diff) | |
download | linux-334a511a811133182f8dbdc7b63f141bb1185fbb.tar.xz linux-334a511a811133182f8dbdc7b63f141bb1185fbb.zip |
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/common.c')
-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 56cdd34cce41..0c9e9a785ef6 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> |