aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/devfreq
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2013-12-19 04:23:13 +0900
committerKukjin Kim <kgene.kim@samsung.com>2013-12-19 05:21:25 +0900
commit118ce5b97840542ed7b4c1b4cb31fd566dbe2057 (patch)
tree3de13ebb89924853f1c9d7e1fcf7bda8cce7abe1 /drivers/devfreq
parentARM: EXYNOS: remove <mach/regs-clock.h> for exynos (diff)
downloadlinux-dev-118ce5b97840542ed7b4c1b4cb31fd566dbe2057.tar.xz
linux-dev-118ce5b97840542ed7b4c1b4cb31fd566dbe2057.zip
PM / devfreq: use inclusion <mach/map.h> instead of <plat/map-s5p.h>
This fixes follwoing warning: In file included from drivers/devfreq/exynos/exynos4_bus.h:15:0, from drivers/devfreq/exynos/exynos4_bus.c:35: arch/arm/mach-exynos/include/mach/map.h:22:0: warning: "S3C_UART_OFFSET" redefined [enabled by default] In file included from drivers/devfreq/exynos/exynos4_bus.c:33:0: arch/arm/plat-samsung/include/plat/map-s5p.h:57:0: note: this is the location of the previous definition Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'drivers/devfreq')
-rw-r--r--drivers/devfreq/exynos/exynos4_bus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/devfreq/exynos/exynos4_bus.c b/drivers/devfreq/exynos/exynos4_bus.c
index 16eb406cadb6..1ab8cdd48c17 100644
--- a/drivers/devfreq/exynos/exynos4_bus.c
+++ b/drivers/devfreq/exynos/exynos4_bus.c
@@ -30,7 +30,7 @@
extern unsigned int exynos_result_of_asv;
#endif
-#include <plat/map-s5p.h>
+#include <mach/map.h>
#include "exynos4_bus.h"