From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761676AbcINHcL (ORCPT ); Wed, 14 Sep 2016 03:32:11 -0400 Received: from mout.kundenserver.de ([217.72.192.74]:53340 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758971AbcINHcG (ORCPT ); Wed, 14 Sep 2016 03:32:06 -0400 From: Arnd Bergmann To: Baoyou Xie Cc: mturquette@baylibre.com, sboyd@codeaurora.org, linus.walleij@linaro.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, xie.baoyou@zte.com.cn Subject: Re: [PATCH] clk: versatile: add missing header dependencies Date: Wed, 14 Sep 2016 09:31:39 +0200 Message-ID: <4600074.xAL28UziL1@wuerfel> User-Agent: KMail/5.1.3 (Linux/4.4.0-34-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: <1473834587-22526-1-git-send-email-baoyou.xie@linaro.org> References: <1473834587-22526-1-git-send-email-baoyou.xie@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:aZGs7OyJNBnAY7ptA52d5kxrEcjjMio8w/1bTdI+iT4SuSp8M9E jH7+xnO98cFHvF3VwIByt/SfDone4BHOuc1D1ecxNlZoTkW0sIowtGmB9jQTnubsSgOutNA sq8KXh93Lpwn4FVG5x2ej1HNpneHJxPcLRJtAV98uST+IxNNHWcoItsxYdfpUuJ733WrgSv FdeAoU9Fh33F1cUQs1Hgg== X-UI-Out-Filterresults: notjunk:1;V01:K0:MvxDuvQuA9I=:uCiocz6NDCm3LW9/UsBuN+ jTIB/xV6sy2ef0eHoD9HWv9fqGxNlf3cVIy2BoFy2Qn08glqDAGAw1maQHC9Sv3L8xXUg7Nps XRpf0EoEXz/xXZCz0cba9UNU+LfkMolwoa4kE8K13nR/7L2jvxXNP3jibJdbsWF5ohuIW3jTp QvUDss08EM1903CmaCJCDQ1DJYdsVPKXKFkZjMSBOaUmq+zTkCqlWaCxHxqVYUW/5ZyH3IF9n nZeVmZ7uhq9MoV8GeSALYXBjnksTgYOAB2gtYM3CWHtB/IgVbp+dsf4TZldlzndjYPXS2cB7J f3Vx1vmYzoIh+0Z9ZDcRCxNYJy3GVzlXHYXJebvPZuP/+wfGhusKlq/RHyFfelrVzUaVPmtFw XUbABDxxxk28xWVgfVibI/lMWqDcxYM64tf5YAy+5Ih0kw5LFcG46D3B9i/kDa9wf53ckk9uZ 6w6t9MzaG6rFQW4zzt2adlntI1Lze8rgrKytjChqBP1sSGmRFhtXAqxjbrecQfSNbPz/6nMxR bzw+5Q742Ub0xTi2v9IPHlInkyvqMYx2TeRXsQ3DSpANnjD041FQqurzVy5vnQ33GDyhAkPzu YgwCkcMzBVmQukcicaKromZ9okJ5XP3bY9r1+E7RssE0T3hCXxvk/uGeLajTueYpiCW1P437Z U2DDJ6I/PvYurHnQve/ByTsBDoZcpn2oWjgk965zmyr9R2FFhfXzgupakWcFRhE/a/t6a6ezF XP4al3wu+YbcI03V Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday, September 14, 2016 2:29:47 PM CEST Baoyou Xie wrote: > We get 1 warning when building kernel with W=1: > drivers/clk/versatile/clk-realview.c:54:13: warning: no previous prototype for 'realview_clk_init' [-Wmissing-prototypes] > > In fact, this function is declared in clk-realview.h, > so this patch add missing header dependencies. > > Signed-off-by: Baoyou Xie > Please leave this one for now. We are in the process of removing the last caller of this function, and should just remove the header file and the function definition in the next release. Arnd