From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932786AbcIALed (ORCPT ); Thu, 1 Sep 2016 07:34:33 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:36688 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754259AbcIALeb (ORCPT ); Thu, 1 Sep 2016 07:34:31 -0400 Date: Thu, 1 Sep 2016 13:34:27 +0200 From: Thierry Reding To: Baoyou Xie Cc: kishon@ti.com, swarren@wwwdotorg.org, gnurou@gmail.com, linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org, arnd@arndb.de, xie.baoyou@zte.com.cn Subject: Re: [PATCH] phy: add missing header dependencies Message-ID: <20160901113427.GA18255@ulmo.ba.sec> References: <1472633809-19904-1-git-send-email-baoyou.xie@linaro.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="UugvWAfsgieZRqgk" Content-Disposition: inline In-Reply-To: <1472633809-19904-1-git-send-email-baoyou.xie@linaro.org> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --UugvWAfsgieZRqgk Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Aug 31, 2016 at 04:56:49PM +0800, Baoyou Xie wrote: > We get 5 warnings when building kernel with W=3D1: > drivers/phy/tegra/xusb.c:948:27: warning: no previous prototype for 'tegr= a_xusb_padctl_get' [-Wmissing-prototypes] > drivers/phy/tegra/xusb.c:981:6: warning: no previous prototype for 'tegra= _xusb_padctl_put' [-Wmissing-prototypes] > drivers/phy/tegra/xusb.c:988:5: warning: no previous prototype for 'tegra= _xusb_padctl_usb3_save_context' [-Wmissing-prototypes] > drivers/phy/tegra/xusb.c:998:5: warning: no previous prototype for 'tegra= _xusb_padctl_hsic_set_idle' [-Wmissing-prototypes] > drivers/phy/tegra/xusb.c:1008:5: warning: no previous prototype for 'tegr= a_xusb_padctl_usb3_set_lfps_detect' [-Wmissing-prototypes] >=20 > In fact, these functions are declared in linux/phy/tegra/xusb.h, > so this patch adds missing header dependencies. >=20 > Signed-off-by: Baoyou Xie > --- > drivers/phy/tegra/xusb.c | 1 + > 1 file changed, 1 insertion(+) Acked-by: Thierry Reding --UugvWAfsgieZRqgk Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAABCAAGBQJXyBJAAAoJEN0jrNd/PrOhZfsQAKspA1xnbr9eiJ+GRbDorQeF m6BHsifKHFhJ/6ZgOAvSSyp6LQx8sp4+Xo93OCZwU2UrH8AJcrq+LotuTCdIHKgX 64N8yX+LPuIpnlYy7L7JFgjIjouzuYvk5/yrDid2EcacaWVa+KUpadN9TxKv+Aj/ RU2hq1qlabJH0FYf17cwcJhF/lyJ0avV46Y7Hprog+US81vyjK5E1ZnGDXqdoIDH lDOo9rKTT7JamxBJMkQ1PIQIyrNgt3PgxollL4BHfVtv03YU/iX0YEu/ynqzJUot Gn+70dB2JbAc85lKgXilqcIAyP5UmnpVdmlspVcWdoJDcAS7kZPc2OgiaVS+JMVJ WcPAoEJVWxF9g6IkkzlKtfrUCY/c9M1WV2hhNmhIPKq6ofn/CzgCuaOpvJwM4dzJ o/Z2OtmFa9LtU/5+L9wXnzTq91HU3nqb8R8LL8UtIvmTRj9g/KEbxAiaQdpL2PU8 4t2xRKQIKcSfCnC3v5JF967OPO1MLmwpG3ZbKEG31sbFM2lBDSFZRMX18ddOE5BF PhiFOcpnOthxnf3XF/SIbU76Otwp/BXkzG26xvHLZZUD2KAqbvtVllMPYvjudlgq Zhy2+G645PPapZvDdElth3+njuDxfkMnHhyqqw8rjebHr8b2sRRqR/OAivQ/Sk6i pNSfl4BwsyLlt+svJ679 =t58L -----END PGP SIGNATURE----- --UugvWAfsgieZRqgk--