From: Tomasz Figa Date: Thu, 20 Mar 2014 18:22:33 +0000 (+0900) Subject: ARM: S5P64X0: Explicitly include linux/serial_s3c.h in mach/pm-core.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=58f37b0d47e9839fc8ef90d712594ed55cfcb2c7;p=deliverable%2Flinux.git ARM: S5P64X0: Explicitly include linux/serial_s3c.h in mach/pm-core.h This patch fixes compilation failure due to missing explicit inclusion of linux/serial_s3c.h in mach/pm-core.h, which contains definitions required for further code in this header. Signed-off-by: Tomasz Figa Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/mach-s5p64x0/include/mach/pm-core.h b/arch/arm/mach-s5p64x0/include/mach/pm-core.h index e52f7545d3aa..1e0eb65b2b82 100644 --- a/arch/arm/mach-s5p64x0/include/mach/pm-core.h +++ b/arch/arm/mach-s5p64x0/include/mach/pm-core.h @@ -12,6 +12,8 @@ * published by the Free Software Foundation. */ +#include + #include static inline void s3c_pm_debug_init_uart(void)