projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d53078
)
ARM: S3C24XX: Remove duplicate header file inclusion
author
Sachin Kamat
<sachin.kamat@linaro.org>
Wed, 20 Jun 2012 00:19:17 +0000
(09:19 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Wed, 20 Jun 2012 00:19:17 +0000
(09:19 +0900)
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>
arch/arm/mach-s3c24xx/common.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-s3c24xx/common.c
b/arch/arm/mach-s3c24xx/common.c
index
56cdd34
..
0c9e9a7
100644
(file)
--- 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>