Message ID | 1360591308-7482-3-git-send-email-festevam@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org> X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 76AB5DF23E for <patchwork-linux-arm@patchwork.kernel.org>; Mon, 11 Feb 2013 14:04:55 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1U4txf-0002Bj-9W; Mon, 11 Feb 2013 14:02:23 +0000 Received: from gg-in-x0230.1e100.net ([2607:f8b0:4002:c02::230] helo=mail-gg0-x230.google.com) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1U4txT-00028u-3j for linux-arm-kernel@lists.infradead.org; Mon, 11 Feb 2013 14:02:11 +0000 Received: by mail-gg0-f176.google.com with SMTP id q6so690744ggc.21 for <linux-arm-kernel@lists.infradead.org>; Mon, 11 Feb 2013 06:02:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=iblUSl5qvbOcQoZBh8Zk0DS67hJFMNGS6bsBpredPmc=; b=xi3PKdhbG3Zx0mv0sszQHRICOpasHCOv6OE+YN/yFB0f3mV8BKW2s6OkvcbvI6kane h6O0+zmfCzEKYw3ktetOG5IXcWxdOIEBm/Ls569x3bwka8Z1W2Pzois0xkymM6pvq+D8 LJomai/RO3SNRN4csbxMQMDqvBaMYG6ARVS6lLooh4GbjC6V5TSvrjWcT2MheOawsVPO //xZiv7Fy2WSM+9cAHPlVTPjXQmHLlfHQWgOK8ixQjpTR4CiCShNhpQH9Ss5M/wZ7cip KthjDBBvHdBOBR8MvbgjzSoSr1DsolNExNCEc6ao/QNRZpuixRZu3F48IrMoNjgV/v+n EblA== X-Received: by 10.236.147.108 with SMTP id s72mr17512612yhj.84.1360591323942; Mon, 11 Feb 2013 06:02:03 -0800 (PST) Received: from localhost.localdomain ([201.82.137.218]) by mx.google.com with ESMTPS id s3sm68070014yhm.10.2013.02.11.06.02.02 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 11 Feb 2013 06:02:03 -0800 (PST) From: Fabio Estevam <festevam@gmail.com> To: shawn.guo@linaro.org Subject: [PATCH 3/3] ARM: mxs: ocotp: Fix sparse warning Date: Mon, 11 Feb 2013 12:01:48 -0200 Message-Id: <1360591308-7482-3-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1360591308-7482-1-git-send-email-festevam@gmail.com> References: <1360591308-7482-1-git-send-email-festevam@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130211_090211_219418_08A35491 X-CRM114-Status: GOOD ( 11.02 ) X-Spam-Score: -2.0 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (festevam[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Fabio Estevam <fabio.estevam@freescale.com>, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org |
diff --git a/arch/arm/mach-mxs/ocotp.c b/arch/arm/mach-mxs/ocotp.c index 54add60..1dff467 100644 --- a/arch/arm/mach-mxs/ocotp.c +++ b/arch/arm/mach-mxs/ocotp.c @@ -19,6 +19,7 @@ #include <asm/processor.h> /* for cpu_relax() */ #include <mach/mxs.h> +#include <mach/common.h> #define OCOTP_WORD_OFFSET 0x20 #define OCOTP_WORD_COUNT 0x20