Commit 118ce5b9 authored by Kukjin Kim's avatar Kukjin Kim

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: default avatarMyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 2857f650
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
extern unsigned int exynos_result_of_asv; extern unsigned int exynos_result_of_asv;
#endif #endif
#include <plat/map-s5p.h> #include <mach/map.h>
#include "exynos4_bus.h" #include "exynos4_bus.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment