Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58f37b0d authored by Tomasz Figa's avatar Tomasz Figa Committed by Kukjin Kim
Browse files

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: default avatarTomasz Figa <t.figa@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent e1a9d00c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -12,6 +12,8 @@
 * published by the Free Software Foundation.
 */

#include <linux/serial_s3c.h>

#include <mach/regs-gpio.h>

static inline void s3c_pm_debug_init_uart(void)