From patchwork Thu Feb 22 17:17:25 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 10236017 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 94B1660349 for ; Thu, 22 Feb 2018 17:17:32 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8E46C2897C for ; Thu, 22 Feb 2018 17:17:32 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 82154289C2; Thu, 22 Feb 2018 17:17:32 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7FC6429021 for ; Thu, 22 Feb 2018 17:17:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933378AbeBVRRV (ORCPT ); Thu, 22 Feb 2018 12:17:21 -0500 Received: from mail-qk0-f194.google.com ([209.85.220.194]:45748 "EHLO mail-qk0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933346AbeBVRRU (ORCPT ); Thu, 22 Feb 2018 12:17:20 -0500 Received: by mail-qk0-f194.google.com with SMTP id g2so7348749qkd.12 for ; Thu, 22 Feb 2018 09:17:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=pP+LsOqw92TQa5V3l0VAL+nyHAU4ySnqqSSXabV6cYM=; b=K3AaumE/JX954AzaJiiBAHsE247zCSI8iu54AiaQVHOchFUENX65ycQ5EM39clZaMe VolN/1t3t33v5LSa1qaw68VvOlsRnd0TDUnPetGt0ibkMKjqwNg+7PZsA9XlFCjBfW6G lL5thV6C+uw3DolXlulW7XIAaZDYEgMqbQ9dlfS0+EaRStR9myxQIeCgKQUD1xUl9dLj d++jLbEzNp7b63g7LotZAjLA5ZRj0Df+DGOUbictM7ySthoANAoqNIa9XtI6qWBdQldv sJc3F04+0RT5zUK8pA2QoYWazgNF+G+g/GCDzQxvGXtgaxhsjWtkjAQiwyc0//yHST1j 6yOw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=pP+LsOqw92TQa5V3l0VAL+nyHAU4ySnqqSSXabV6cYM=; b=sHfZrhQTuiwK1dpXf0vggx7oLvFWsjCMkKxBmrhjjmj1x0XC5RgUjqLGTcH/G+oGb9 e+lQU/SIDXUGryko/xJW8ec2u3EiGGPHdraC4OlSztC4MQvqkrqk6xhqLyoN4re4Xyc9 lHR0UDsWE3bMfWBNEL59BHioEetOBc9ph83F1ey81FQHsudoQsrNqZxQh/RP8aeJWQuf 9B+3b4lhcmnvbqcbgn6J7uRCu+iOiyvJNhUGx6rUQsSeYr6v84LGCdSHQDVUrqMrau3+ A6bjK8LpD2XRdoh2AhbM9h/057LsTg8re7H4Rj3VR7MAHR08es7mEY5WbtrI0xI6vxTZ 3LZA== X-Gm-Message-State: APf1xPCg4Oweu4Xdv0cKMl6dsZjMMIikpAq7xrgkb2lKqaBjraPRCf9c twhqxmcI1pBHihdIgu6d9hqjww== X-Google-Smtp-Source: AG47ELuxn2Q3rdc6EAUXQYAF4t4d2pRxuOIJw5aVZSYifRHfkk/MWce4X/J1+2IB9YzsA7z1xfC6YA== X-Received: by 10.55.212.12 with SMTP id l12mr11523669qki.303.1519319839273; Thu, 22 Feb 2018 09:17:19 -0800 (PST) Received: from localhost.localdomain ([2804:14c:482:a5e:d81f:f7db:5766:3221]) by smtp.gmail.com with ESMTPSA id x49sm394677qth.62.2018.02.22.09.17.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 22 Feb 2018 09:17:18 -0800 (PST) From: Fabio Estevam To: shawnguo@kernel.org Cc: sboyd@kernel.org, linux-clk@vger.kernel.org, Fabio Estevam Subject: [PATCH] clk: imx6sl: Include "common.h" header file Date: Thu, 22 Feb 2018 14:17:25 -0300 Message-Id: <1519319846-18246-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 2.7.4 Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Fabio Estevam The prototype for the imx6sl_set_wait_clk() function is provided by the "common.h" header file, so include it to avoid the following sparse warning: drivers/clk/imx/clk-imx6sl.c:163:6: warning: symbol 'imx6sl_set_wait_clk' was not declared. Should it be static? Signed-off-by: Fabio Estevam --- drivers/clk/imx/clk-imx6sl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/clk/imx/clk-imx6sl.c b/drivers/clk/imx/clk-imx6sl.c index 9642cdf..bdda77b 100644 --- a/drivers/clk/imx/clk-imx6sl.c +++ b/drivers/clk/imx/clk-imx6sl.c @@ -16,6 +16,7 @@ #include #include "clk.h" +#include "common.h" #define CCSR 0xc #define BM_CCSR_PLL1_SW_CLK_SEL (1 << 2)