From patchwork Mon Sep 26 11:45:25 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 77015 Delivered-To: patch@linaro.org Received: by 10.140.106.72 with SMTP id d66csp1128858qgf; Mon, 26 Sep 2016 04:43:45 -0700 (PDT) X-Received: by 10.194.81.106 with SMTP id z10mr17374971wjx.140.1474890225687; Mon, 26 Sep 2016 04:43:45 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id l10si8136382wmf.137.2016.09.26.04.43.45; Mon, 26 Sep 2016 04:43:45 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) client-ip=85.214.87.163; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id ADDA3A7576; Mon, 26 Sep 2016 13:43:43 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DCbIc-kXZdhL; Mon, 26 Sep 2016 13:43:43 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id EED19A7550; Mon, 26 Sep 2016 13:43:42 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CA233A7550 for ; Mon, 26 Sep 2016 13:43:39 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hGztplrffagR for ; Mon, 26 Sep 2016 13:43:39 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from conuserg-07.nifty.com (conuserg-07.nifty.com [210.131.2.74]) by theia.denx.de (Postfix) with ESMTPS id 1EB73A7527 for ; Mon, 26 Sep 2016 13:43:35 +0200 (CEST) Received: from beagle.diag.org (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-07.nifty.com with ESMTP id u8QBhEa2019599; Mon, 26 Sep 2016 20:43:16 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-07.nifty.com u8QBhEa2019599 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1474890196; bh=7Cn464dcpBGD6mAP/d4zYmktIs548F33IkyFOdADJ9g=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Yw8hy3tvlgnvZi7UfnXUCKK0oJjIN8xZniZupWSaxveP2XRLnSFT4YIpAfB7jBc5E 5wL0J5RTJjoEyXOdF2XlG6+uOxko5aeqKaQu7MSH4x4S9Z7c1hhEDlBPzP5GZ4dPMQ QJ4/iI87A9wQqxI+K9NI3yLsK8QscGS9duy0mM/EavtKY0r0DsR26+sRHH5VM18aCx C5IdLZVEOJHQ+VSZte4uv07Ic5POzQ/FAH95rFQW7v5pJNkoH35xMTDx6ZfWLhdP6X RomAmz3mu8wJPWERAxJu8NsVrr56NNVsj2jspPTd21Sa6HIVhCVimfQytCckJQe/zo CUynSlUPwrY0g== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Mon, 26 Sep 2016 20:45:25 +0900 Message-Id: <1474890327-478-2-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1474890327-478-1-git-send-email-yamada.masahiro@socionext.com> References: <1474890327-478-1-git-send-email-yamada.masahiro@socionext.com> Cc: Tom Rini Subject: [U-Boot] [PATCH 1/3] ARM: keystone: remove declaration of unused functions X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" These two functions are neither defined nor referenced. Signed-off-by: Masahiro Yamada --- arch/arm/mach-keystone/include/mach/clock.h | 2 -- 1 file changed, 2 deletions(-) -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/arch/arm/mach-keystone/include/mach/clock.h b/arch/arm/mach-keystone/include/mach/clock.h index 72724aa..e2bdec1 100644 --- a/arch/arm/mach-keystone/include/mach/clock.h +++ b/arch/arm/mach-keystone/include/mach/clock.h @@ -126,8 +126,6 @@ void init_plls(void); void init_pll(const struct pll_init_data *data); struct pll_init_data *get_pll_init_data(int pll); unsigned long clk_get_rate(unsigned int clk); -unsigned long clk_round_rate(unsigned int clk, unsigned long hz); -int clk_set_rate(unsigned int clk, unsigned long hz); int get_max_dev_speed(int *spds); int get_max_arm_speed(int *spds); void pll_pa_clk_sel(void);