From: Kukjin Kim Date: Wed, 18 Dec 2013 19:23:13 +0000 (+0900) Subject: PM / devfreq: use inclusion instead of X-Git-Tag: v3.14-rc1~114^2~5^2~2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=118ce5b97840542ed7b4c1b4cb31fd566dbe2057;p=~emulex%2Finfiniband.git PM / devfreq: use inclusion instead of 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 Signed-off-by: Kukjin Kim --- diff --git a/drivers/devfreq/exynos/exynos4_bus.c b/drivers/devfreq/exynos/exynos4_bus.c index 16eb406cadb..1ab8cdd48c1 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 +#include #include "exynos4_bus.h"