Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752772AbdGDKjk (ORCPT ); Tue, 4 Jul 2017 06:39:40 -0400 Received: from conssluserg-01.nifty.com ([210.131.2.80]:45397 "EHLO conssluserg-01.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752157AbdGDKjg (ORCPT ); Tue, 4 Jul 2017 06:39:36 -0400 X-Greylist: delayed 24233 seconds by postgrey-1.27 at vger.kernel.org; Tue, 04 Jul 2017 06:39:35 EDT DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-01.nifty.com v64AdTPS005925 X-Nifty-SrcIP: [209.85.213.171] MIME-Version: 1.0 In-Reply-To: <1499162760.22624.246.camel@linux.intel.com> References: <1499140415-31677-1-git-send-email-yamada.masahiro@socionext.com> <1499162760.22624.246.camel@linux.intel.com> From: Masahiro Yamada Date: Tue, 4 Jul 2017 19:39:28 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] gpio: drop unnecessary includes from include/linux/gpio/driver.h To: Andy Shevchenko Cc: linux-gpio@vger.kernel.org, Grygorii Strashko , Linus Walleij , William Breathitt Gray , Ray Jui , =?UTF-8?Q?S=C3=B6ren_Brinkmann?= , David Cohen , Scott Branden , linux-acpi@vger.kernel.org, Broadcom Kernel Feedback List , Florian Fainelli , Thierry Reding , Jonathan Hunter , Alexander Shiyan , Michal Simek , Kevin Hilman , linux-tegra@vger.kernel.org, Joel Stanley , linux-omap@vger.kernel.org, linux-arm-kernel , Mika Westerberg , patches@opensource.cirrus.com, Alban Bedel , Linux Kernel Mailing List , Santosh Shilimkar , Thor Thayer , Tien Hock Loh Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1080 Lines: 32 2017-07-04 19:06 GMT+09:00 Andy Shevchenko : > On Tue, 2017-07-04 at 12:53 +0900, Masahiro Yamada wrote: >> Some of include directives in include/linux/gpio/driver.h are >> unneeded because the header does not need to know the content of >> struct device, irq_chip, etc. Just declare they are structures. >> >> On the other hand, and >> turned out to be necessary for irq_flow_handler_t and spinlock_t, >> respectively. >> >> Each driver should include what it needs without relying on what is >> implicitly included from . This will cut down >> unnecessary header parsing. > > If Linus is okay with the following proposal I would rather go with it, > i.e. logical split the series to > > 1. Fix IRQ related headers inclusion > 2. Fix pinconf-generic.h inclusion > 3. Fix OF headers inclusion (btw, of_gpio.h is not enough there?) Maybe 4. Fix (platform_)device inclusion But, I do not see much sense to touch headers multiple times. -- Best Regards Masahiro Yamada