Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1701342 > unrolled thread

Re: [PATCH] gpio: drop unnecessary includes from include/linux/gpio/driver.h

Started byThor Thayer <thor.thayer@linux.intel.com>
First post2017-08-01 21:00 +0200
Last post2017-08-01 21:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] gpio: drop unnecessary includes from  include/linux/gpio/driver.h Thor Thayer <thor.thayer@linux.intel.com> - 2017-08-01 21:00 +0200

#1701342 — Re: [PATCH] gpio: drop unnecessary includes from include/linux/gpio/driver.h

FromThor Thayer <thor.thayer@linux.intel.com>
Date2017-08-01 21:00 +0200
SubjectRe: [PATCH] gpio: drop unnecessary includes from include/linux/gpio/driver.h
Message-ID<u9KyB-7DW-11@gated-at.bofh.it>
On 07/03/2017 10:53 PM, 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, <linux/irqhandler.h> and <linux/spinlock_types.h>
> 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 <linux/gpio/driver.h>.  This will cut down
> unnecessary header parsing.
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
> 
>   drivers/gpio/gpio-altera-a10sr.c |  2 ++
>   drivers/gpio/gpio-altera.c       |  3 +++

For the Altera GPIO files:

Acked-by: Thor Thayer <thor.thayer@linux.intel.com>

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web