linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm: exynos4: build is failing due to missing SZ_4K definition
@ 2011-10-06 22:03 Angus Ainslie
  2011-10-07 11:24 ` Kukjin Kim
  0 siblings, 1 reply; 2+ messages in thread
From: Angus Ainslie @ 2011-10-06 22:03 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-10-07 11:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-06 22:03 [PATCH] arm: exynos4: build is failing due to missing SZ_4K definition Angus Ainslie
2011-10-07 11:24 ` Kukjin Kim

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).