Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp2008258ybh; Fri, 17 Jul 2020 07:10:58 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxzmu6ATBzk52aNFOTsg2NLvP8pSOqYXDr773+MMnrZ03LfI/4p4VzjL8wXqxfo0zI/PJYR X-Received: by 2002:a17:906:84ef:: with SMTP id zp15mr8673464ejb.3.1594995058359; Fri, 17 Jul 2020 07:10:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1594995058; cv=none; d=google.com; s=arc-20160816; b=W83Kzc1PlnQX2LNGkFpp+ucAdJPyWPfdVSrxfcJPG7/1lUUMMbmwAEOYl5S1+lTbN+ 6a9fVTlJyuC66EFa2ZQDEiH31DvA8a4Vo8kgfS2+NGqMp7tTOM5X+l3PttAmBbzpdZhF vAucJDCNlEhAy0mEPLdrjLi3xLxGlIBPi7DRoDTrfzZQ+Bj/iJLI1IV1Ielm2hrz5sF4 vy5JPUvTpb8jDBng4HG7OBBwjLw1gJ6dNmrNyGnNts909hgrrgPRdwC+ATSyOJBdWXkJ z9ahauiYL4aCDWK8xxm3Yhua9WqBCYvCzJIjiUjGgrY+q9tRH/Dwp+dyH+Wo4WbK/L13 tx3A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=ORRVqNPcAbNJtmHM2zz/lOSiCbmitETbyCD4Rak08Ao=; b=xW9cC+SM/TJFnlQVGBKaVfg4hneWfkVs8b55Mk+TtTNkPLEXhHS162qK1cN3HRWQht A8Bqyy0PhDd7/OGGfC+5F9KoSrxxq+q5pniZ5XR2l6EEbfkYSEGvgPyBKxTSss8ABiBz eiPu1Eb7KQjBdAnpXLLH5lupFSmOQlUS17hzR8zAU4lOJFIDqSEZglZzJeouKoqiVV3Q qBJTRdr7Ec23mhwb4UQF8RD8YmSfrpkeo8d/ErjNO0ipA0wEQlqQ6Y4rzxVBxlcda5wm 0qavXWFPgHUQgouiIi1DiluhNasomJjLMbIpbrt+TLv8z8Dtr9LaJYTWUvtKSpEF9OEp rfWg== 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 dg12si5123205edb.81.2020.07.17.07.10.35; Fri, 17 Jul 2020 07:10:58 -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 S1726524AbgGQOK1 (ORCPT + 99 others); Fri, 17 Jul 2020 10:10:27 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:6599 "EHLO relay1-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726090AbgGQOK0 (ORCPT ); Fri, 17 Jul 2020 10:10:26 -0400 X-Originating-IP: 90.65.108.121 Received: from localhost (lfbn-lyo-1-1676-121.w90-65.abo.wanadoo.fr [90.65.108.121]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 93190240013; Fri, 17 Jul 2020 14:10:23 +0000 (UTC) Date: Fri, 17 Jul 2020 16:10:23 +0200 From: Alexandre Belloni To: Lee Jones Cc: linus.walleij@linaro.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, Russell King , Nicolas Ferre , Ludovic Desroches Subject: Re: [PATCH 16/25] arch: arm: mach-at91: pm: Move prototypes to mutually included header Message-ID: <20200717141023.GS3428@piout.net> References: <20200713144930.1034632-1-lee.jones@linaro.org> <20200713144930.1034632-17-lee.jones@linaro.org> <20200713200244.GA23553@piout.net> <20200716134231.GP3165313@dell> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200716134231.GP3165313@dell> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 16/07/2020 14:42:31+0100, Lee Jones wrote: > > > diff --git a/drivers/pinctrl/pinctrl-at91.c b/drivers/pinctrl/pinctrl-at91.c > > > index 9c52130876597..37997e5ab0538 100644 > > > --- a/drivers/pinctrl/pinctrl-at91.c > > > +++ b/drivers/pinctrl/pinctrl-at91.c > > > @@ -22,6 +22,7 @@ > > > #include > > > /* Since we request GPIOs from ourself */ > > > #include > > > +#include > > > > > > #include "pinctrl-at91.h" > > > #include "core.h" > > > diff --git a/include/linux/platform_data/atmel.h b/include/linux/platform_data/atmel.h > > > index 99e6069c5fd89..666ef482ea8c0 100644 > > > --- a/include/linux/platform_data/atmel.h > > > +++ b/include/linux/platform_data/atmel.h > > > > The plan is to get rid of that file so you should probably find a better > > location. > > Suggestions welcome. > Something like include/soc/at91/pm.h so we can also move at91_suspend_entering_slow_clock there and then kill platform_data/atmel.h. -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com