From: David Brownell <david-b@pacbell.net>
To: linux-arm-kernel@lists.arm.linux.org.uk
Cc: David Howells <dhowells@redhat.com>,
ben@fluff.org, torvalds@osdl.org, akpm@osdl.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] WorkStruct: Fix spi_bitbang.h
Date: Thu, 7 Dec 2006 06:50:47 -0800 [thread overview]
Message-ID: <200612070650.49232.david-b@pacbell.net> (raw)
In-Reply-To: <20061207124419.17680.96380.stgit@warthog.cambridge.redhat.com>
On Thursday 07 December 2006 4:44 am, David Howells wrote:
> Fix spi_bitbang.h. It need to #include <linux/workqueue.h> before it can
> compile.
>
> Signed-Off-By: David Howells <dhowells@redhat.com>
NAK. Headers don't compile. A driver including this _might_ need to
include that header; most won't.
> ---
>
> 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 prev parent reply other threads:[~2006-12-07 14:51 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-07 12:44 [PATCH] WorkStruct: Fix spi_bitbang.h David Howells
2006-12-07 14:50 ` David Brownell [this message]
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=200612070650.49232.david-b@pacbell.net \
--to=david-b@pacbell.net \
--cc=akpm@osdl.org \
--cc=ben@fluff.org \
--cc=dhowells@redhat.com \
--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