diff options
author | Mark Brown <broonie@linaro.org> | 2013-07-05 20:07:27 +0100 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2013-10-30 09:56:06 +0800 |
commit | 38dad9ad387eb3ea99b36a582a56e199619ac5a4 (patch) | |
tree | fa9d9014bf07e2f593f115ea8f6c91a5161eb026 /include | |
parent | b0991f23f312b0e4914acb32a64badeff8076076 (diff) |
spi/bitbang: Use core message pump
Convert drivers using bitbang to use the core mesasge pump infrastructure,
saving some code and meaning that these drivers get to take advantage of
work done on improving the core implementation.
Signed-off-by: Mark Brown <broonie@linaro.org>
Signed-off-by: Huang Shijie <b32955@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/spi/spi_bitbang.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/spi/spi_bitbang.h b/include/linux/spi/spi_bitbang.h index b5aa215493f6..daebaba886aa 100644 --- a/include/linux/spi/spi_bitbang.h +++ b/include/linux/spi/spi_bitbang.h @@ -4,11 +4,7 @@ #include <linux/workqueue.h> struct spi_bitbang { - struct workqueue_struct *workqueue; - struct work_struct work; - spinlock_t lock; - struct list_head queue; u8 busy; u8 use_dma; u8 flags; /* extra spi->mode support */ |