PM / devfreq: use inclusion <mach/map.h> instead of <plat/map-s5p.h>
authorKukjin Kim <kgene.kim@samsung.com>
Wed, 18 Dec 2013 19:23:13 +0000 (04:23 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Wed, 18 Dec 2013 20:21:25 +0000 (05:21 +0900)
commit118ce5b97840542ed7b4c1b4cb31fd566dbe2057
tree3de13ebb89924853f1c9d7e1fcf7bda8cce7abe1
parent2857f650d5fa57bcd56a4efd4161e51ce1508255
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>
drivers/devfreq/exynos/exynos4_bus.c