diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2013-12-19 04:01:24 +0900 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-12-19 05:21:07 +0900 |
commit | e44de221d3ddb99387b04cfd49483bcd05daa6fb (patch) | |
tree | bdb9919571284e285cf8f283330ee8763a12bc2f /arch/arm/mach-exynos/pmu.c | |
parent | 97ad20758159b129e5462842688642518e4e82bb (diff) | |
download | linux-stable-e44de221d3ddb99387b04cfd49483bcd05daa6fb.tar.gz linux-stable-e44de221d3ddb99387b04cfd49483bcd05daa6fb.tar.bz2 linux-stable-e44de221d3ddb99387b04cfd49483bcd05daa6fb.zip |
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/pmu.c')
-rw-r--r-- | arch/arm/mach-exynos/pmu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/pmu.c b/arch/arm/mach-exynos/pmu.c index 6609145312ac..e9f7370111f8 100644 --- a/arch/arm/mach-exynos/pmu.c +++ b/arch/arm/mach-exynos/pmu.c @@ -14,6 +14,7 @@ #include <linux/bug.h> #include <mach/regs-clock.h> +#include <mach/regs-pmu.h> #include "common.h" |