From patchwork Mon Sep 2 02:11:08 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 271666 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (unknown [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id D2B602C0099 for ; Mon, 2 Sep 2013 12:12:05 +1000 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VGJcK-0002Im-Os; Mon, 02 Sep 2013 02:11:49 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VGJcI-0004HY-Kk; Mon, 02 Sep 2013 02:11:46 +0000 Received: from mail-ye0-x22e.google.com ([2607:f8b0:4002:c04::22e]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VGJcG-0004Gw-09 for linux-arm-kernel@lists.infradead.org; Mon, 02 Sep 2013 02:11:44 +0000 Received: by mail-ye0-f174.google.com with SMTP id q4so414915yen.5 for ; Sun, 01 Sep 2013 19:11:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=ZGPNGl2gEntVRx9dX+c3PdWVPJJ/lo/z0+qhsGVraxY=; b=wscDFRCc2JD7Ibt2k6C6z5Qh/hphKTuuC+5R7ethnayBOIQEhXSmKwaG2roPYD7eVX lqc/ngcDdS6Niaon4RvYMNkYz/SpvGtYDN0Rs386Ci/ymC5xBDgf8CMkLARupp6ZfPh5 TqN1WZHP7y+9m+LoD4cPTJVNDyHPbf3SXpAxDy3QJBWUA8Hw2ZlXmBZiK6V2jNdCVAI2 yBqIWSDiP04M0rlTjKEz8Oc0uDAxhvyDrsmwRa4wLkW72pf+QsEMeRQ9NJtyHayoXHIo M/KyEcNNBZnU7nLmm4uw4Ik03f4g95yEL1CLiunbwd58dTW2W6BuW6XubxBkFQrZJRl7 76qA== X-Received: by 10.236.172.162 with SMTP id t22mr19848428yhl.20.1378087882840; Sun, 01 Sep 2013 19:11:22 -0700 (PDT) Received: from localhost.localdomain ([189.5.16.50]) by mx.google.com with ESMTPSA id c6sm13216922yhl.22.1969.12.31.16.00.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 01 Sep 2013 19:11:22 -0700 (PDT) From: Fabio Estevam To: shawn.guo@linaro.org Subject: [PATCH] ARM: mxs: pm: Include "pm.h" Date: Sun, 1 Sep 2013 23:11:08 -0300 Message-Id: <1378087868-29744-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.8.1.2 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130901_221144_146151_0A4CA042 X-CRM114-Status: UNSURE ( 9.75 ) X-CRM114-Notice: Please train this message. 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 , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org From: Fabio Estevam Include "pm.h" in order to fix the following sparse warning: arch/arm/mach-mxs/pm.c:37:13: warning: symbol 'mxs_pm_init' was not declared. Should it be static? Signed-off-by: Fabio Estevam --- arch/arm/mach-mxs/pm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-mxs/pm.c b/arch/arm/mach-mxs/pm.c index b2494d2..0170e99 100644 --- a/arch/arm/mach-mxs/pm.c +++ b/arch/arm/mach-mxs/pm.c @@ -15,6 +15,7 @@ #include #include #include +#include "pm.h" static int mxs_suspend_enter(suspend_state_t state) {