public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] WorkStruct: Fix spi_bitbang.h
@ 2006-12-07 12:44 David Howells
  2006-12-07 14:50 ` David Brownell
  0 siblings, 1 reply; 5+ messages in thread
From: David Howells @ 2006-12-07 12:44 UTC (permalink / raw)
  To: ben, torvalds, akpm, linux-arm-kernel; +Cc: linux-kernel, dhowells

Fix spi_bitbang.h.  It need to #include <linux/workqueue.h> before it can
compile.

Signed-Off-By: David Howells <dhowells@redhat.com>
---

 include/linux/spi/spi_bitbang.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/linux/spi/spi_bitbang.h b/include/linux/spi/spi_bitbang.h
index 16ce178..33fa727 100644
--- a/include/linux/spi/spi_bitbang.h
+++ b/include/linux/spi/spi_bitbang.h
@@ -1,6 +1,8 @@
 #ifndef	__SPI_BITBANG_H
 #define	__SPI_BITBANG_H
 
+#include <linux/workqueue.h>
+
 /*
  * Mix this utility code with some glue code to get one of several types of
  * simple SPI master driver.  Two do polled word-at-a-time I/O:

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

end of thread, other threads:[~2006-12-07 17:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-07 12:44 [PATCH] WorkStruct: Fix spi_bitbang.h David Howells
2006-12-07 14:50 ` David Brownell
2006-12-07 15:37   ` David Howells
2006-12-07 17:01     ` Andrew Morton
2006-12-07 17:11     ` David Brownell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox