projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b81c94
)
ARM: SAMSUNG: Remove platform dependency from samsung.S
author
Sachin Kamat
<sachin.kamat@linaro.org>
Fri, 14 Feb 2014 01:30:39 +0000
(10:30 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Fri, 14 Feb 2014 01:30:39 +0000
(10:30 +0900)
regs-serial.h only includes linux/serial_s3c.h. Include this
header directly in samsung.S to remove unnecessary platform
dependency.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/include/debug/samsung.S
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/include/debug/samsung.S
b/arch/arm/include/debug/samsung.S
index f3a9cff6d5d44f421bd6107220d6da6f0cd61e25..8d8d922e5e4458fc7529057559367d8528301389 100644
(file)
--- a/
arch/arm/include/debug/samsung.S
+++ b/
arch/arm/include/debug/samsung.S
@@
-9,7
+9,7
@@
* published by the Free Software Foundation.
*/
-#include <
plat/regs-serial
.h>
+#include <
linux/serial_s3c
.h>
/* The S5PV210/S5PC110 implementations are as belows. */