diff mbox

arm: exynos4: build is failing due to missing SZ_4K definition

Message ID 1317938595-7007-1-git-send-email-angus.ainslie@linaro.org
State Rejected
Headers show

Commit Message

Angus Ainslie Oct. 6, 2011, 10:03 p.m. UTC
linux-next build is failing using the exynos4_defconfig. <asm/sizes.h> needs to be 
for the SZ_4K definition

Signed-off-by: Angus Ainslie <angus.ainslie@linaro.org>
---
 arch/arm/mach-exynos4/include/mach/map.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Kukjin Kim Oct. 7, 2011, 11:24 a.m. UTC | #1
Angus Ainslie wrote:
> 
> linux-next build is failing using the exynos4_defconfig. <asm/sizes.h>
needs to be
> for the SZ_4K definition
> 
> Signed-off-by: Angus Ainslie <angus.ainslie@linaro.org>
> ---
>  arch/arm/mach-exynos4/include/mach/map.h |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-exynos4/include/mach/map.h b/arch/arm/mach-
> exynos4/include/mach/map.h
> index 918a979..02d68f1 100644
> --- a/arch/arm/mach-exynos4/include/mach/map.h
> +++ b/arch/arm/mach-exynos4/include/mach/map.h
> @@ -13,6 +13,7 @@
>  #ifndef __ASM_ARCH_MAP_H
>  #define __ASM_ARCH_MAP_H __FILE__
> 
> +#include <asm/sizes.h>
>  #include <plat/map-base.h>
> 
>  /*
> --
> 1.7.4.1

Hi Angus,

I'm not sure why to add <asm/sizes.h> in mach/map.h is required now because
there was no adding SZ_ here between v3.1-rc1 and current HEAD in my -next.
Maybe if it is required, here is not proper place?......

Since I can't fetch linux-next from
git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git, I need
some time. Let me check again with latest linux-next soon.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
diff mbox

Patch

diff --git a/arch/arm/mach-exynos4/include/mach/map.h b/arch/arm/mach-exynos4/include/mach/map.h
index 918a979..02d68f1 100644
--- a/arch/arm/mach-exynos4/include/mach/map.h
+++ b/arch/arm/mach-exynos4/include/mach/map.h
@@ -13,6 +13,7 @@ 
 #ifndef __ASM_ARCH_MAP_H
 #define __ASM_ARCH_MAP_H __FILE__
 
+#include <asm/sizes.h>
 #include <plat/map-base.h>
 
 /*