Skip to content

Commit

Permalink
PM / devfreq: use inclusion <mach/map.h> instead of <plat/map-s5p.h>
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kukjin Kim committed Dec 18, 2013
1 parent 2857f65 commit 118ce5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/devfreq/exynos/exynos4_bus.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 118ce5b

Please sign in to comment.