From e3cb91ce1ac1d93a7cc6f81bb5247f7602b572bb Mon Sep 17 00:00:00 2001 From: David Miller Date: Fri, 5 Mar 2010 13:41:36 -0800 Subject: [PATCH 1/1] timbgpio: fix build MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Use of get_irq_chip_data() et al. requires including linux/irq.h Signed-off-by: David S. Miller Cc: Richard Röjfors Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- drivers/gpio/timbgpio.c | 1 + 1 file changed, 1 insertion(+) 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 #include #include +#include #include #include #include -- 1.8.2.3