diff options
author | Tushar Behera <tushar.behera@linaro.org> | 2014-02-13 20:42:47 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2014-02-13 20:42:47 -0500 |
commit | e6b07ee8d5d9d55a33edf2201954fc33459a43c6 (patch) | |
tree | 5066c0a68623e146781f2aec505b8d64803f6ce5 | |
parent | e9d428ee80150d9320823f6fb826dfacf54a6ead (diff) |
ARM: EXYNOS: Remove unused header file from pm_domains.c
plat/devs.h is not required in this file.
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
-rw-r--r-- | arch/arm/mach-exynos/pm_domains.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-exynos/pm_domains.c b/arch/arm/mach-exynos/pm_domains.c index 8fd24882f0b1..fe6570ebbdde 100644 --- a/arch/arm/mach-exynos/pm_domains.c +++ b/arch/arm/mach-exynos/pm_domains.c | |||
@@ -22,8 +22,6 @@ | |||
22 | #include <linux/of_platform.h> | 22 | #include <linux/of_platform.h> |
23 | #include <linux/sched.h> | 23 | #include <linux/sched.h> |
24 | 24 | ||
25 | #include <plat/devs.h> | ||
26 | |||
27 | #include "regs-pmu.h" | 25 | #include "regs-pmu.h" |
28 | 26 | ||
29 | /* | 27 | /* |