From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5FAAAC3A59E for ; Thu, 22 Aug 2019 00:50:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2E14C22CE3 for ; Thu, 22 Aug 2019 00:50:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727493AbfHVAuK (ORCPT ); Wed, 21 Aug 2019 20:50:10 -0400 Received: from mail.kernel.org ([198.145.29.99]:54576 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727257AbfHVAuK (ORCPT ); Wed, 21 Aug 2019 20:50:10 -0400 Received: from [10.44.0.22] (unknown [103.48.210.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 614B5216F4; Thu, 22 Aug 2019 00:50:08 +0000 (UTC) Subject: Re: [PATCH] m68k: coldfire: Include the GPIO driver header To: Geert Uytterhoeven Cc: Linus Walleij , "open list:GPIO SUBSYSTEM" , Bartosz Golaszewski , linux-m68k References: <20190821070923.687-1-linus.walleij@linaro.org> From: Greg Ungerer Message-ID: <5bba9a8e-5f8d-8f33-6dba-503ae59a8ee4@linux-m68k.org> Date: Thu, 22 Aug 2019 10:50:05 +1000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Hi Geert, Linus, On 21/8/19 10:50 pm, Geert Uytterhoeven wrote: > On Wed, Aug 21, 2019 at 2:22 PM Greg Ungerer wrote: >> On 21/8/19 5:19 pm, Geert Uytterhoeven wrote: >>> CC Greg (coldfire) >> >> Thanks Geert. >> I am happy to take it via the m68knommu tree if you prefer? > > Sounds most logical to me. > Thanks! Pushed to the for-next branch of the m68knommu git tree. Regards Greg >>> On Wed, Aug 21, 2019 at 9:09 AM Linus Walleij wrote: >>>> The Coldfire GPIO driver needs to explicitly incldue the >>>> GPIO driver header since it is providing a driver. >>>> >>>> Cc: Geert Uytterhoeven >>>> Signed-off-by: Linus Walleij >>>> --- >>>> Geert can you pick this up for m68k? >>>> --- >>>> arch/m68k/coldfire/gpio.c | 1 + >>>> 1 file changed, 1 insertion(+) >>>> >>>> diff --git a/arch/m68k/coldfire/gpio.c b/arch/m68k/coldfire/gpio.c >>>> index a83898426127..ca26de257871 100644 >>>> --- a/arch/m68k/coldfire/gpio.c >>>> +++ b/arch/m68k/coldfire/gpio.c >>>> @@ -9,6 +9,7 @@ >>>> #include >>>> #include >>>> #include >>>> +#include >>>> >>>> #include >>>> #include > > Gr{oetje,eeting}s, > > Geert >