From: Olof Johansson <olof@lixom.net>
To: Mark Brown <broonie@kernel.org>
Cc: linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org,
Olof Johansson <olof@lixom.net>,
Himangi Saraogi <himangi774@gmail.com>,
Julia Lawall <julia.lawall@lip6.fr>
Subject: [PATCH] spi: omap-uwire: fix compilation failure
Date: Thu, 26 Jun 2014 23:07:38 -0700 [thread overview]
Message-ID: <1403849258-21779-1-git-send-email-olof@lixom.net> (raw)
In-Reply-To: <20140620203858.GA14718@himangi-Dell>
Patch 'spi: omap-uwire: use devm_ functions' (b3f6a57506b8) introduced a
build error due to a missing include file. Add it.
Cc: Himangi Saraogi <himangi774@gmail.com>
Cc: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Olof Johansson <olof@lixom.net>
---
drivers/spi/spi-omap-uwire.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/spi/spi-omap-uwire.c b/drivers/spi/spi-omap-uwire.c
index cbf67f9..a05359c 100644
--- a/drivers/spi/spi-omap-uwire.c
+++ b/drivers/spi/spi-omap-uwire.c
@@ -38,6 +38,7 @@
#include <linux/delay.h>
#include <linux/platform_device.h>
#include <linux/interrupt.h>
+#include <linux/io.h>
#include <linux/err.h>
#include <linux/clk.h>
#include <linux/slab.h>
--
1.7.10.4
next prev parent reply other threads:[~2014-06-27 6:05 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-20 20:38 [PATCH] spi: omap-uwire: use devm_ functions Himangi Saraogi
2014-06-21 20:54 ` Mark Brown
2014-06-27 6:07 ` Olof Johansson [this message]
2014-06-27 9:03 ` [PATCH] spi: omap-uwire: fix compilation failure Mark Brown
2014-06-27 16:29 ` Olof Johansson
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=1403849258-21779-1-git-send-email-olof@lixom.net \
--to=olof@lixom.net \
--cc=broonie@kernel.org \
--cc=himangi774@gmail.com \
--cc=julia.lawall@lip6.fr \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-spi@vger.kernel.org \
/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