Commit 118ce5b97840542ed7b4c1b4cb31fd566dbe2057

Authored by Kukjin Kim
1 parent 2857f650d5

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/devfreq/exynos/exynos4_bus.c
... ... @@ -30,7 +30,7 @@
30 30 extern unsigned int exynos_result_of_asv;
31 31 #endif
32 32  
33   -#include <plat/map-s5p.h>
  33 +#include <mach/map.h>
34 34  
35 35 #include "exynos4_bus.h"
36 36