summaryrefslogtreecommitdiff
path: root/arch/arm/mach-exynos/pmu.c
diff options
context:
space:
mode:
authorPankaj Dubey <pankaj.dubey@samsung.com>2015-11-13 12:29:35 +0300
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>2015-11-20 10:00:47 +0300
commit8438aef01d3560549b3a95d247b3a69311fa6f2d (patch)
treed770bc64f87f472a734b63b900017e3dafc6e884 /arch/arm/mach-exynos/pmu.c
parentf31c7c7a0e4cedeee3cac9dbcb0a202008b86b54 (diff)
downloadlinux-8438aef01d3560549b3a95d247b3a69311fa6f2d.tar.xz
ARM: EXYNOS: Remove redundant code from regs-pmu.h
Commit 6ec4f8d0d91f ("ARM: EXYNOS: add generic function to calculate cpu number") introduced exynos_pmu_cpunr to be used by multi-cluster SoCs e.g. Exynos5420, but it's no more used in the codebase and hence removing this part of code. Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Tested-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/pmu.c')
-rw-r--r--arch/arm/mach-exynos/pmu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/pmu.c b/arch/arm/mach-exynos/pmu.c
index 28b7a72ae9a6..628ae094ae0c 100644
--- a/arch/arm/mach-exynos/pmu.c
+++ b/arch/arm/mach-exynos/pmu.c
@@ -15,6 +15,8 @@
#include <linux/platform_device.h>
#include <linux/delay.h>
+#include <asm/cputype.h>
+
#include "exynos-pmu.h"
#include "regs-pmu.h"