From patchwork Thu Oct 6 22:03:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Angus Ainslie X-Patchwork-Id: 4561 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 6AF1223F5A for ; Thu, 6 Oct 2011 22:03:42 +0000 (UTC) Received: from mail-ey0-f180.google.com (mail-ey0-f180.google.com [209.85.215.180]) by fiordland.canonical.com (Postfix) with ESMTP id 4BF83A18DC5 for ; Thu, 6 Oct 2011 22:03:42 +0000 (UTC) Received: by eya25 with SMTP id 25so232006eya.11 for ; Thu, 06 Oct 2011 15:03:42 -0700 (PDT) Received: by 10.223.61.146 with SMTP id t18mr6213771fah.34.1317938621974; Thu, 06 Oct 2011 15:03:41 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.152.23.170 with SMTP id n10cs145796laf; Thu, 6 Oct 2011 15:03:41 -0700 (PDT) Received: by 10.150.228.9 with SMTP id a9mr992107ybh.229.1317938619457; Thu, 06 Oct 2011 15:03:39 -0700 (PDT) Received: from mail-gx0-f178.google.com (mail-gx0-f178.google.com [209.85.161.178]) by mx.google.com with ESMTPS id w10si2764510anm.48.2011.10.06.15.03.38 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 06 Oct 2011 15:03:39 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.161.178 is neither permitted nor denied by best guess record for domain of angus.ainslie@linaro.org) client-ip=209.85.161.178; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.161.178 is neither permitted nor denied by best guess record for domain of angus.ainslie@linaro.org) smtp.mail=angus.ainslie@linaro.org Received: by ggnl1 with SMTP id l1so2620347ggn.37 for ; Thu, 06 Oct 2011 15:03:38 -0700 (PDT) Received: by 10.42.150.135 with SMTP id a7mr7797065icw.53.1317938618327; Thu, 06 Oct 2011 15:03:38 -0700 (PDT) Received: from builder.akkea.ca (S0106602ad0726d4b.cg.shawcable.net. [70.75.250.253]) by mx.google.com with ESMTPS id by18sm14477383ibb.1.2011.10.06.15.03.36 (version=SSLv3 cipher=OTHER); Thu, 06 Oct 2011 15:03:37 -0700 (PDT) From: Angus Ainslie To: linux-samsung-soc@vger.kernel.org Cc: kgene.kim@samsung.com, linux-arm-kernel@lists.infradead.org, patches@linaro.org, Angus Ainslie Subject: [PATCH] arm: exynos4: build is failing due to missing SZ_4K definition Date: Thu, 6 Oct 2011 16:03:15 -0600 Message-Id: <1317938595-7007-1-git-send-email-angus.ainslie@linaro.org> X-Mailer: git-send-email 1.7.4.1 linux-next build is failing using the exynos4_defconfig. needs to be for the SZ_4K definition Signed-off-by: Angus Ainslie --- 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 #include /*