[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20061207124419.17680.96380.stgit@warthog.cambridge.redhat.com>
Date: Thu, 07 Dec 2006 12:44:19 +0000
From: David Howells <dhowells@...hat.com>
To: ben@...ff.org, torvalds@...l.org, akpm@...l.org,
linux-arm-kernel@...ts.arm.linux.org.uk
Cc: linux-kernel@...r.kernel.org, dhowells@...hat.com
Subject: [PATCH] WorkStruct: Fix spi_bitbang.h
Fix spi_bitbang.h. It need to #include <linux/workqueue.h> before it can
compile.
Signed-Off-By: David Howells <dhowells@...hat.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:
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists