summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/pm.c
diff options
context:
space:
mode:
authorPankaj Dubey2016-02-25 05:09:59 +0100
committerKrzysztof Kozlowski2016-02-25 05:24:06 +0100
commita4781441f223ac11bc539c2e2bd86ffa0c967ca7 (patch)
treed6d75de9b52fa5c7ba8cdad774daa6c97563a432 /arch/arm/mach-exynos/pm.c
parentdrivers: soc: samsung: Enable COMPILE_TEST (diff)
downloadkernel-qcow2-linux-a4781441f223ac11bc539c2e2bd86ffa0c967ca7.tar.gz
kernel-qcow2-linux-a4781441f223ac11bc539c2e2bd86ffa0c967ca7.tar.xz
kernel-qcow2-linux-a4781441f223ac11bc539c2e2bd86ffa0c967ca7.zip
ARM: EXYNOS: Cleanup header files inclusion
This includes trivial cleanup in exynos files such as - remove unused header files inclusion from exynos.c, s5p-dev-mfc.c, firmware.c, pm.c. - move inclusion of of.h from common.h to pm.c where it is really required Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos/pm.c')
-rw-r--r--arch/arm/mach-exynos/pm.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/arm/mach-exynos/pm.c b/arch/arm/mach-exynos/pm.c
index b9b9186f8781..c43b776a51a3 100644
--- a/arch/arm/mach-exynos/pm.c
+++ b/arch/arm/mach-exynos/pm.c
@@ -17,7 +17,7 @@
#include <linux/suspend.h>
#include <linux/cpu_pm.h>
#include <linux/io.h>
-#include <linux/err.h>
+#include <linux/of.h>
#include <linux/soc/samsung/exynos-regs-pmu.h>
#include <linux/soc/samsung/exynos-pmu.h>
@@ -28,8 +28,6 @@
#include <mach/map.h>
-#include <plat/pm-common.h>
-
#include "common.h"
static inline void __iomem *exynos_boot_vector_addr(void)