From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Gortmaker Subject: Re: [PATCH] ARM: omap2: fix missing include Date: Fri, 23 Sep 2016 15:15:56 -0400 Message-ID: <20160923191556.GN8825@windriver.com> References: <1474634412-7050-1-git-send-email-linus.walleij@linaro.org> <20160923141313.y7xp2yyv74nk2v3a@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Received: from mail5.windriver.com ([192.103.53.11]:33184 "EHLO mail5.wrs.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758394AbcIWTQC (ORCPT ); Fri, 23 Sep 2016 15:16:02 -0400 Content-Disposition: inline In-Reply-To: <20160923141313.y7xp2yyv74nk2v3a@atomide.com> Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: Tony Lindgren Cc: Linus Walleij , linux-gpio@vger.kernel.org, Alexandre Courbot [Re: [PATCH] ARM: omap2: fix missing include] On 23/09/2016 (Fri 07:13) Tony Lindgren wrote: > * Linus Walleij [160923 05:40]: > > commit d47529b2e9fe > > "gpio: don't include module.h in shared driver header" > > removed from the header. > > > > It seems arch/arm/mach-omap2/board-rx51-peripherals.c > > is using __initdata_or_module from through > > to , so break this dependency > > so that we get a clean compile. > > > > Cc: Paul Gortmaker > > Cc: Tony Lindgren > > Fixes: d47529b2e9fe ("gpio: don't include module.h in shared driver header") > > Signed-off-by: Linus Walleij > > --- > > Tony: please ACK this if it's OK so I can merge it in front of > > the offending patch. > > This file is gone in Linux next but if you need it: > > Acked-by: Tony Lindgren > > Sorry the removal got postponed from v4.8 to v4.9. Note that > it will produce a trivial merge conflict. Ah, that explains it. Linus, I'd come across this a few months ago, and sent Tony a different fix for it: https://patchwork.kernel.org/patch/9238801/ Paul. -- > > > --- > > arch/arm/mach-omap2/board-rx51-peripherals.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c b/arch/arm/mach-omap2/board-rx51-peripherals.c > > index a5ab712c1a59..6d3af43ae3e4 100644 > > --- a/arch/arm/mach-omap2/board-rx51-peripherals.c > > +++ b/arch/arm/mach-omap2/board-rx51-peripherals.c > > @@ -29,6 +29,7 @@ > > #include > > #include > > #include > > +#include > > > > #include > > > > -- > > 2.7.4 > >