diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2013-12-18 23:01:24 +0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-12-19 00:21:07 +0400 |
commit | e44de221d3ddb99387b04cfd49483bcd05daa6fb (patch) | |
tree | bdb9919571284e285cf8f283330ee8763a12bc2f /arch/arm/mach-exynos/include/mach/regs-clock.h | |
parent | 97ad20758159b129e5462842688642518e4e82bb (diff) | |
download | linux-e44de221d3ddb99387b04cfd49483bcd05daa6fb.tar.xz |
ARM: EXYNOS: remove inclusion <mach/regs-pmu.h> into another headers
This is needed to remove dependency of headers.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/include/mach/regs-clock.h')
-rw-r--r-- | arch/arm/mach-exynos/include/mach/regs-clock.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-exynos/include/mach/regs-clock.h b/arch/arm/mach-exynos/include/mach/regs-clock.h index d36ad76ad6a4..93dcf7fb293d 100644 --- a/arch/arm/mach-exynos/include/mach/regs-clock.h +++ b/arch/arm/mach-exynos/include/mach/regs-clock.h @@ -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 */ |