From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED, USER_AGENT_MUTT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 423F0C43381 for ; Tue, 26 Mar 2019 08:50:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 111FF20857 for ; Tue, 26 Mar 2019 08:50:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1553590246; bh=4sZI6hzMJn/kJR1eUOgb31e3FFfD4suHGkOxmSNodPk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=bi7PSm6k09Zmw6Sn3JATAg8g+ZXv7WU8Zx9Vgs7crbzVnsc1DeuEKdm4kHPIM7LHX E8dB4i4dp1Pp5pLyGagJWJliqfou96YnpuTlBqSIdSN82V/n1+nZ/vT/+BEEby5nG6 jXxfAqrz8KmlwjE1fLn5YW5PX354fF5dgjK7RmHQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726645AbfCZIul (ORCPT ); Tue, 26 Mar 2019 04:50:41 -0400 Received: from mail.kernel.org ([198.145.29.99]:34814 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726270AbfCZIuk (ORCPT ); Tue, 26 Mar 2019 04:50:40 -0400 Received: from dragon (98.142.130.235.16clouds.com [98.142.130.235]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C342120856; Tue, 26 Mar 2019 08:50:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1553590240; bh=4sZI6hzMJn/kJR1eUOgb31e3FFfD4suHGkOxmSNodPk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WzVfMuUmPJOygMx97dtW6C66lUPGN6FsyFTrD/H4cc4PGEfs/hScEBAb/Jf2cQQuQ YpXa+aR+JG6BhF5SZO0tK+1ac2ClT7+1I2kMWroBeJl+UkRTwpZWVoYlhJ9eO3Enw6 XYla9K6ZxIf0w+EkRLMTSjcRMiLGyuAeXoXE3lsU= Date: Tue, 26 Mar 2019 16:50:02 +0800 From: Shawn Guo To: Abel Vesa Cc: Mike Turquette , Stephen Boyd , Sascha Hauer , Aisheng Dong , Lucas Stach , Fabio Estevam , dl-linux-imx , Jacky Bai , "linux-clk@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Linux Kernel Mailing List Subject: Re: [PATCH] clk: imx: Remove unused imx_get_clk_hw_fixed Message-ID: <20190326085001.GJ12513@dragon> References: <1553181943-24123-1-git-send-email-abel.vesa@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1553181943-24123-1-git-send-email-abel.vesa@nxp.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On Thu, Mar 21, 2019 at 03:25:54PM +0000, Abel Vesa wrote: > This is never used and the imx_clk_hw_fixed does the same thing. > > Signed-off-by: Abel Vesa Applied, thanks.