public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] timbgpio: Fix build.
@ 2010-03-03  9:59 David Miller
  2010-03-03 10:44 ` Richard Röjfors
  0 siblings, 1 reply; 2+ messages in thread
From: David Miller @ 2010-03-03  9:59 UTC (permalink / raw)
  To: linux-kernel; +Cc: richard.rojfors, akpm


Use of get_irq_chip_data() et al. requires including
linux/irq.h

Signed-off-by: David S. Miller <davem@davemloft.net>

diff --git a/drivers/gpio/timbgpio.c b/drivers/gpio/timbgpio.c
index a4d344b..d941f45 100644
--- a/drivers/gpio/timbgpio.c
+++ b/drivers/gpio/timbgpio.c
@@ -23,6 +23,7 @@
 #include <linux/module.h>
 #include <linux/gpio.h>
 #include <linux/platform_device.h>
+#include <linux/irq.h>
 #include <linux/io.h>
 #include <linux/timb_gpio.h>
 #include <linux/interrupt.h>

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] timbgpio: Fix build.
  2010-03-03  9:59 [PATCH] timbgpio: Fix build David Miller
@ 2010-03-03 10:44 ` Richard Röjfors
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Röjfors @ 2010-03-03 10:44 UTC (permalink / raw)
  To: David Miller; +Cc: linux-kernel, akpm

On 03/03/2010 10:59 AM, David Miller wrote:
>
> Use of get_irq_chip_data() et al. requires including
> linux/irq.h
>
> Signed-off-by: David S. Miller<davem@davemloft.net>

Acked-by: Richard Röjfors <richard.rojfors@pelagicore.com>

>
> diff --git a/drivers/gpio/timbgpio.c b/drivers/gpio/timbgpio.c
> index a4d344b..d941f45 100644
> --- a/drivers/gpio/timbgpio.c
> +++ b/drivers/gpio/timbgpio.c
> @@ -23,6 +23,7 @@
>   #include<linux/module.h>
>   #include<linux/gpio.h>
>   #include<linux/platform_device.h>
> +#include<linux/irq.h>
>   #include<linux/io.h>
>   #include<linux/timb_gpio.h>
>   #include<linux/interrupt.h>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-03 11:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-03  9:59 [PATCH] timbgpio: Fix build David Miller
2010-03-03 10:44 ` Richard Röjfors

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox