Fix spi_bitbang.h. It need to #include <linux/workqueue.h> before it can compile.
Signed-Off-By: David Howells <[EMAIL PROTECTED]> --- 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 [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/