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

Commit e44de221 authored by Kukjin Kim's avatar Kukjin Kim
Browse files

ARM: EXYNOS: remove inclusion <mach/regs-pmu.h> into another headers



This is needed to remove dependency of headers.

Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 97ad2075
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -19,7 +19,10 @@
#define __ASM_ARCH_PM_CORE_H __FILE__

#include <linux/of.h>
#include <mach/regs-pmu.h>
#include <mach/map.h>

#define S5P_EINT_WAKEUP_MASK			(S5P_VA_PMU + 0x0604)
#define S5P_WAKEUP_MASK				(S5P_VA_PMU + 0x0608)

#ifdef CONFIG_PINCTRL_EXYNOS
extern u32 exynos_get_eint_wake_mask(void);
+0 −2
Original line number Diff line number Diff line
@@ -365,8 +365,6 @@

/* Compatibility defines and inclusion */

#include <mach/regs-pmu.h>

#define S5P_EPLL_CON				EXYNOS4_EPLL_CON0

#endif /* __ASM_ARCH_REGS_CLOCK_H */
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
#include <linux/bug.h>

#include <mach/regs-clock.h>
#include <mach/regs-pmu.h>

#include "common.h"

+0 −2
Original line number Diff line number Diff line
@@ -31,8 +31,6 @@
#define EXYNOS5440_SWRESET			S5P_PMUREG(0x00C4)

#define S5P_WAKEUP_STAT				S5P_PMUREG(0x0600)
#define S5P_EINT_WAKEUP_MASK			S5P_PMUREG(0x0604)
#define S5P_WAKEUP_MASK				S5P_PMUREG(0x0608)

#define S5P_INFORM0				S5P_PMUREG(0x0800)
#define S5P_INFORM1				S5P_PMUREG(0x0804)