Browse Source

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>
Sachin Kamat 13 years ago
parent
commit
334a511a81
1 changed files with 0 additions and 1 deletions
  1. 0 1
      arch/arm/mach-s3c24xx/common.c

+ 0 - 1
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>