Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp3981893ybg; Mon, 28 Oct 2019 23:53:46 -0700 (PDT) X-Google-Smtp-Source: APXvYqwPUph80w+GVxnDH9aUjOp3Z9ZLq73ZSF5yBMe85stl88bbsGH6ROHCYOWbmRw8YZZ+YLMM X-Received: by 2002:a17:906:1b0c:: with SMTP id o12mr1648949ejg.312.1572332026538; Mon, 28 Oct 2019 23:53:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1572332026; cv=none; d=google.com; s=arc-20160816; b=WG7qZA4SCAKA58PaT7ZUwivbTjMFZ30SFhS+1t5vOE0hbKRD7pGsrPOTJcYdNKkTFK GUPKZQrH6MdUxrqhHwKc8IH9u9G1WQsbG+hR0XMQYV3fdtwKCVhzYiQz/kjuTm5eD/yj +IpSkz8KNshYzP3BJfXj3dhvMa1MUBV/RMwn3qhaSDEI5ydXozTcnwsxQg5gnFGiTS2v xMKRySY1Vo3u83KPzlzmHfesY9NxefI2pzUvcz48U6+C5JKeDTvgjhHKYF1qZSrCdNAm aWWtufL09k851rBPDG/zvn3O3Wz4gtrzmU6Ni0FNpKl8vnxwnz05QwonEa5+vdPD8mm4 SV0Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from; bh=YdIne5pGYQ13bSND41+CUNjQ2mHfYQnbg8y/dOjJgSU=; b=yGkCTjGpl7w2hweZZTVN2JNBkUDQuZlzWXUQ9cxgf6lS/mBM26L2OPRjKqVPXSfp9Y gHCXvv1CxvRRPLxeXH04k9c/3zyX9gR7WNTj8ru/3QZrQq9Y50ZEmpGRq2h847fh0BGl zxMxCw7jMikvUFPHxXWaaQvHL/k4B+McMjbzvsqCQnqNsqZNpVFAq2rNtNs/nxQ3JxYa kmQ37sskihz2/nLJX06B6vWrAsvPV6v3gIXff228H4liwPAhM5F9dMwFUZKVV1FnwMZa Ya+r/+2oc5MpyqIb1nh2pHSiZmVAaSuFR2sHG48z8Amt6i4vvoYLFQMSNyZeF1WXp4ba qRXg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r15si7668957ejz.405.2019.10.28.23.53.23; Mon, 28 Oct 2019 23:53:46 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389237AbfJ1V6p (ORCPT + 99 others); Mon, 28 Oct 2019 17:58:45 -0400 Received: from smtp09.smtpout.orange.fr ([80.12.242.131]:38212 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731405AbfJ1V6n (ORCPT ); Mon, 28 Oct 2019 17:58:43 -0400 Received: from belgarion ([90.55.204.252]) by mwinf5d17 with ME id K9yh210085TFNlm039yhhL; Mon, 28 Oct 2019 22:58:42 +0100 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Mon, 28 Oct 2019 22:58:42 +0100 X-ME-IP: 90.55.204.252 From: Robert Jarzmik To: Arnd Bergmann Cc: Daniel Mack , Haojian Zhuang , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Linus Walleij , "Rafael J. Wysocki" , Viresh Kumar , linux-pm@vger.kernel.org Subject: Re: [PATCH 34/46] ARM: pxa: remove get_clk_frequency_khz() References: <20191018154052.1276506-1-arnd@arndb.de> <20191018154201.1276638-34-arnd@arndb.de> X-URL: http://belgarath.falguerolles.org/ Date: Mon, 28 Oct 2019 22:58:41 +0100 In-Reply-To: <20191018154201.1276638-34-arnd@arndb.de> (Arnd Bergmann's message of "Fri, 18 Oct 2019 17:41:49 +0200") Message-ID: <878sp4jzvy.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/26 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Arnd Bergmann writes: > get_clk_frequency_khz() is not a proper name for a global function, > and there is only one caller. > > Convert viper to use the properly namespaced > pxa25x_get_clk_frequency_khz() and remove the other references. > > Cc: "Rafael J. Wysocki" > Cc: Viresh Kumar > Cc: linux-pm@vger.kernel.org > Signed-off-by: Arnd Bergmann Acked-by: Robert Jarzmik Cheers. -- Robert