From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758969AbcKCUsb (ORCPT ); Thu, 3 Nov 2016 16:48:31 -0400 Received: from muru.com ([72.249.23.125]:57056 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758622AbcKCUs3 (ORCPT ); Thu, 3 Nov 2016 16:48:29 -0400 Date: Thu, 3 Nov 2016 13:48:19 -0700 From: Tony Lindgren To: kbuild test robot Cc: kbuild-all@01.org, Linus Walleij , Jon Hunter , Mark Rutland , Rob Herring , Grygorii Strashko , Nishanth Menon , linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org Subject: Re: [PATCH 1/4] pinctrl: Introduce generic #pinctrl-cells and pinctrl_parse_index_with_args Message-ID: <20161103204819.GA21430@atomide.com> References: <20161103163550.27330-2-tony@atomide.com> <201611040433.0L1Ep2Pg%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201611040433.0L1Ep2Pg%fengguang.wu@intel.com> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * kbuild test robot [161103 13:29]: > In file included from drivers/pinctrl/core.c:36:0: > >> drivers/pinctrl/devicetree.h:29:14: warning: 'struct of_phandle_args' declared inside parameter list will not be visible outside of this definition or declaratio Hmm maybe we should just include of.h in core.c? Regards, Tony 8< ---------------------- diff --git a/drivers/pinctrl/core.c b/drivers/pinctrl/core.c --- a/drivers/pinctrl/core.c +++ b/drivers/pinctrl/core.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include #include