* [PATCH 11/11] PM / devfreq: use inclusion <mach/map.h> instead of <plat/map-s5p.h>
@ 2013-12-17 11:53 kgene at kernel.org
2013-12-18 6:12 ` MyungJoo Ham
0 siblings, 1 reply; 2+ messages in thread
From: kgene at kernel.org @ 2013-12-17 11:53 UTC (permalink / raw)
To: linux-arm-kernel
From: Kukjin Kim <kgene.kim@samsung.com>
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
Cc: MyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
---
drivers/devfreq/exynos/exynos4_bus.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/devfreq/exynos/exynos4_bus.c
b/drivers/devfreq/exynos/exynos4_bus.c
index 16eb406..1ab8cdd 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 <plat/map-s5p.h>
+#include <mach/map.h>
#include "exynos4_bus.h"
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 11/11] PM / devfreq: use inclusion <mach/map.h> instead of <plat/map-s5p.h>
2013-12-17 11:53 [PATCH 11/11] PM / devfreq: use inclusion <mach/map.h> instead of <plat/map-s5p.h> kgene at kernel.org
@ 2013-12-18 6:12 ` MyungJoo Ham
0 siblings, 0 replies; 2+ messages in thread
From: MyungJoo Ham @ 2013-12-18 6:12 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Dec 17, 2013 at 8:53 PM, <kgene@kernel.org> wrote:
> From: Kukjin Kim <kgene.kim@samsung.com>
>
> 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
>
> Cc: MyungJoo Ham <myungjoo.ham@samsung.com>
> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Thanks!
Acked-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Cheers,
MyungJoo.
> ---
> drivers/devfreq/exynos/exynos4_bus.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/devfreq/exynos/exynos4_bus.c
> b/drivers/devfreq/exynos/exynos4_bus.c
> index 16eb406..1ab8cdd 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 <plat/map-s5p.h>
> +#include <mach/map.h>
>
> #include "exynos4_bus.h"
>
> --
> 1.7.10.4
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
MyungJoo Ham, Ph.D.
System S/W Lab, S/W Center, Samsung Electronics
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-12-18 6:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-17 11:53 [PATCH 11/11] PM / devfreq: use inclusion <mach/map.h> instead of <plat/map-s5p.h> kgene at kernel.org
2013-12-18 6:12 ` MyungJoo Ham
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).