commit | ccd458c15df62e4e7001a09b1b000b1fce696640 | [log] [tgz] |
---|---|---|
author | Kukjin Kim <kgene.kim@samsung.com> | Mon Dec 31 10:06:48 2012 -0800 |
committer | Kukjin Kim <kgene.kim@samsung.com> | Thu Jan 10 10:45:17 2013 -0800 |
tree | 27620b3a757791b288db12c2eddbf3260c0c4cf8 | |
parent | c48bcc2d681ac21e532114dcd96a6b9c4e72acb1 [diff] [blame] |
ARM: EXYNOS: move mach/pmu.h file into common.h Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
diff --git a/arch/arm/mach-exynos/pmu.c b/arch/arm/mach-exynos/pmu.c index 3a48c85..daebc1a 100644 --- a/arch/arm/mach-exynos/pmu.c +++ b/arch/arm/mach-exynos/pmu.c
@@ -14,7 +14,8 @@ #include <linux/bug.h> #include <mach/regs-clock.h> -#include <mach/pmu.h> + +#include "common.h" static struct exynos_pmu_conf *exynos_pmu_config;