From: David Miller <davem@davemloft.net>
To: linux-kernel@vger.kernel.org
Cc: richard.rojfors@mocean-labs.com, akpm@linux-foundation.org
Subject: [PATCH] timbgpio: Fix build.
Date: Wed, 03 Mar 2010 01:59:29 -0800 (PST) [thread overview]
Message-ID: <20100303.015929.79253256.davem@davemloft.net> (raw)
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>
next reply other threads:[~2010-03-03 9:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-03 9:59 David Miller [this message]
2010-03-03 10:44 ` [PATCH] timbgpio: Fix build Richard Röjfors
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100303.015929.79253256.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=richard.rojfors@mocean-labs.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox