From: Sachin Kamat Date: Fri, 14 Feb 2014 01:30:39 +0000 (+0900) Subject: ARM: SAMSUNG: Remove platform dependency from samsung.S X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=be670daf501e9176c4f378bb4351082f21cf396a;p=deliverable%2Flinux.git ARM: SAMSUNG: Remove platform dependency from samsung.S 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 Signed-off-by: Tushar Behera Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/include/debug/samsung.S b/arch/arm/include/debug/samsung.S index f3a9cff6d5d4..8d8d922e5e44 100644 --- 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 +#include /* The S5PV210/S5PC110 implementations are as belows. */