Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp1603277pxf; Fri, 26 Mar 2021 10:36:42 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwq+Hbg0qN4y+jqnmdkp5Qxr0DAbFXhbh1BHoyvWd6N3TNL3to0GHy7iA0ZAiS9Rei9XcR+ X-Received: by 2002:a17:906:edca:: with SMTP id sb10mr16215789ejb.398.1616780202091; Fri, 26 Mar 2021 10:36:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1616780202; cv=none; d=google.com; s=arc-20160816; b=jK/sXeQmWE9qEzbw1yOXGawmAVsuvynUGAu8YgrZnS+0Gnd3fVDft9I/a4xs5x03gX 8HTzs0u/YdzWPjbdgF4fG6e75z39axzNfRhC7AnEUh303958S9Qy0UJ98ZCwmqpyw95r aygFmzryn+f1uaabIhtC6SBrUQypGF1vTf0aFed8bA08/NG2XoF6YZb7gp/rnYE38QN8 azPIkXZKmis6iW5NNk+B4y9GfgEMXrAjEbRgaZAFdvsclORtyrVCOzOWiAeAz1znGhWw svCu3fDWEcDc+2SSGifRSPGGV6DlCLcytAeNOYvxNprZGaJ9eUqm428Q98myLeUMfW3N XIeg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=XsWMm+7I/4hrOEhKoY6EFkH/w3izZpgRp6HlhhZu9Go=; b=NsN7SE42HSUFCpdvF8UGzwMjsrEw2rluI15A560kzhzgW0V9ve8Gz6Sh/iDqVI3zLp mn3O7yO7MXRz7x3JWsDfNpT6hBf+qLhsLoJTyU+z2l/8OmaYFZRR2ZF3yNtq/Rtn5+gQ WmWl6UUCWDKiHJgJjWkwoTNBe06utgrU20c32hNzXVbuiET5kBy1gag5sLor5sZXD8sS a0vrNGwtKwI+k6GGAevzdkzi3+VYlXN69zjea3MHx8jUNHaOxTRwYVXHwAaiEXEzTGTV y7m0dRAeeSCJJzPvIrd73w/999zvsrAlldZEL1u06+IVyX6+3TPAvOW7RsvHNibEp9al tOLg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r18si7249487edw.69.2021.03.26.10.36.18; Fri, 26 Mar 2021 10:36:42 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230204AbhCZRet (ORCPT + 99 others); Fri, 26 Mar 2021 13:34:49 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:47643 "EHLO relay12.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230076AbhCZRee (ORCPT ); Fri, 26 Mar 2021 13:34:34 -0400 Received: from localhost (lfbn-lyo-1-1676-55.w90-65.abo.wanadoo.fr [90.65.108.55]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 5D213200004; Fri, 26 Mar 2021 17:34:32 +0000 (UTC) Date: Fri, 26 Mar 2021 18:34:31 +0100 From: Alexandre Belloni To: Lee Jones Cc: Russell King , linux-kernel@vger.kernel.org, Ludovic Desroches , linux-arm-kernel@lists.infradead.org Subject: Re: [RESEND 1/1] arch: arm: mach-at91: pm: Move prototypes to mutually included header Message-ID: References: <20210303124149.3149511-1-lee.jones@linaro.org> <161677907718.203839.17372873158505015568.b4-ty@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <161677907718.203839.17372873158505015568.b4-ty@bootlin.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 26/03/2021 18:18:04+0100, Alexandre Belloni wrote: > On Wed, 3 Mar 2021 12:41:49 +0000, Lee Jones wrote: > > Both the caller and the supplier's source file should have access to > > the include file containing the prototypes. > > > > Fixes the following W=1 kernel build warning(s): > > > > drivers/pinctrl/pinctrl-at91.c:1637:6: warning: no previous prototype for ‘at91_pinctrl_gpio_suspend’ [-Wmissing-prototypes] > > 1637 | void at91_pinctrl_gpio_suspend(void) > > | ^~~~~~~~~~~~~~~~~~~~~~~~~ > > drivers/pinctrl/pinctrl-at91.c:1661:6: warning: no previous prototype for ‘at91_pinctrl_gpio_resume’ [-Wmissing-prototypes] > > 1661 | void at91_pinctrl_gpio_resume(void) > > | ^~~~~~~~~~~~~~~~~~~~~~~~ > > Applied, thanks! > > [1/1] arch: arm: mach-at91: pm: Move prototypes to mutually included header > commit: 10e9119e865047f4e22cbd69de991d6bc26c4faf > Actually: [1/1] ARM: at91: pm: Move prototypes to mutually included header commit: 41dbf4a146a06443d1cbf39e238f02fa1ca9d626 -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com