From: David Howells <dhowells@redhat.com>
To: ben@fluff.org, torvalds@osdl.org, akpm@osdl.org,
linux-arm-kernel@lists.arm.linux.org.uk
Cc: linux-kernel@vger.kernel.org, dhowells@redhat.com
Subject: [PATCH] WorkStruct: Fix spi_bitbang.h
Date: Thu, 07 Dec 2006 12:44:19 +0000 [thread overview]
Message-ID: <20061207124419.17680.96380.stgit@warthog.cambridge.redhat.com> (raw)
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:
next reply other threads:[~2006-12-07 12:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-07 12:44 David Howells [this message]
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
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=20061207124419.17680.96380.stgit@warthog.cambridge.redhat.com \
--to=dhowells@redhat.com \
--cc=akpm@osdl.org \
--cc=ben@fluff.org \
--cc=linux-arm-kernel@lists.arm.linux.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.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
all inboxes | Powered by JetHome®