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=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 4B387C31E40 for ; Sat, 3 Aug 2019 08:58:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 06E7F21773 for ; Sat, 3 Aug 2019 08:58:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564822703; bh=SOx2wBzy9M6YJWlyIwmJDGGWwRw0nMUM4cZrl73eq0c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=opfAM28Hkl4BK5x2nQ/nv5wZYAEecBIqmgdOxm4gEfnBmlJ2MIYAueGg1NcnBK+WK yTe2EHuO9x3dle9MTH+4LYs16lvz0X60i0aZDwnd2PkOzLgfRgLyQhM25mjoMPT3cH nyMoiv6dbY/6N/9R+8F1I5j8/GrcaGinXALw2K+c= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387882AbfHCI6V (ORCPT ); Sat, 3 Aug 2019 04:58:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:42562 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387730AbfHCI6V (ORCPT ); Sat, 3 Aug 2019 04:58:21 -0400 Received: from X250.getinternet.no (98.142.130.235.16clouds.com [98.142.130.235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id F173C21726; Sat, 3 Aug 2019 08:58:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564822700; bh=SOx2wBzy9M6YJWlyIwmJDGGWwRw0nMUM4cZrl73eq0c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XK+52QswD+LEz+tHzZjmI5nnPJ0HCrkQK66CAPHwBijSyw0bgOwnU3kNSWPAZ4tAU rjQ0h/QoqE7+nJF3jhO/xlVV5taKwdkv4iqyExbOTfAEdLf+mZvWAGPMb4qSyDEuvG X/tj1jca+lmjoFcM1ezPTsEG4JGMqk3UPyuHIevE= Date: Sat, 3 Aug 2019 10:58:13 +0200 From: Shawn Guo To: Anson.Huang@nxp.com Cc: mturquette@baylibre.com, sboyd@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, abel.vesa@nxp.com, aisheng.dong@nxp.com, l.stach@pengutronix.de, ping.bai@nxp.com, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Linux-imx@nxp.com Subject: Re: [PATCH] clk: imx: Remove unused function statement Message-ID: <20190803085812.GH8870@X250.getinternet.no> References: <20190724062435.28074-1-Anson.Huang@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190724062435.28074-1-Anson.Huang@nxp.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 24, 2019 at 02:24:35PM +0800, Anson.Huang@nxp.com wrote: > From: Anson Huang > > imx_register_uart_clocks_hws() function is NOT implemented > at all, remove it. > > Signed-off-by: Anson Huang Applied, thanks.