mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Steven Miao <realmz6@kernel.org>
To: Mark Brown <broonie@kernel.org>
Cc: adi-buildroot-devel@lists.sourceforge.net,
	linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org,
	Steven Miao <realmz6@gmail.com>
Subject: [PATCH] spi: bfin5xx: fix build error
Date: Sat, 12 Apr 2014 09:23:24 +0800	[thread overview]
Message-ID: <1397265804-3018-1-git-send-email-realmz6@kernel.org> (raw)

From: Steven Miao <realmz6@gmail.com>

should include linux/gpio.h

Signed-off-by: Steven Miao <realmz6@gmail.com>
---
 drivers/spi/spi-bfin5xx.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/spi/spi-bfin5xx.c b/drivers/spi/spi-bfin5xx.c
index 55e57c3..ebf720b 100644
--- a/drivers/spi/spi-bfin5xx.c
+++ b/drivers/spi/spi-bfin5xx.c
@@ -12,6 +12,7 @@
 #include <linux/module.h>
 #include <linux/delay.h>
 #include <linux/device.h>
+#include <linux/gpio.h>
 #include <linux/slab.h>
 #include <linux/io.h>
 #include <linux/ioport.h>
-- 
1.7.9.5


             reply	other threads:[~2014-04-12  1:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-12  1:23 Steven Miao [this message]
2014-04-14 19:44 ` Mark Brown

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=1397265804-3018-1-git-send-email-realmz6@kernel.org \
    --to=realmz6@kernel.org \
    --cc=adi-buildroot-devel@lists.sourceforge.net \
    --cc=broonie@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=realmz6@gmail.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

all inboxes | Powered by JetHome®