linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] spi: bfin5xx: fix build error
@ 2014-04-12  1:23 Steven Miao
       [not found] ` <1397265804-3018-1-git-send-email-realmz6-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Steven Miao @ 2014-04-12  1:23 UTC (permalink / raw)
  To: Mark Brown
  Cc: adi-buildroot-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-spi-u79uwXL29TY76Z2rM5mHXA, Steven Miao

From: Steven Miao <realmz6-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

should include linux/gpio.h

Signed-off-by: Steven Miao <realmz6-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
 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

--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH] spi: bfin5xx: fix build error
       [not found] ` <1397265804-3018-1-git-send-email-realmz6-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
@ 2014-04-14 19:44   ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2014-04-14 19:44 UTC (permalink / raw)
  To: Steven Miao
  Cc: adi-buildroot-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-spi-u79uwXL29TY76Z2rM5mHXA, Steven Miao

[-- Attachment #1: Type: text/plain, Size: 188 bytes --]

On Sat, Apr 12, 2014 at 09:23:24AM +0800, Steven Miao wrote:
> From: Steven Miao <realmz6-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> 
> should include linux/gpio.h

Applied, thanks.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2014-04-14 19:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-12  1:23 [PATCH] spi: bfin5xx: fix build error Steven Miao
     [not found] ` <1397265804-3018-1-git-send-email-realmz6-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2014-04-14 19:44   ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).