aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-dw.h
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2014-01-31 12:07:44 +0200
committerMark Brown <broonie@linaro.org>2014-04-24 18:01:05 +0100
commitec37e8e1f0e376776dde5e9539af414d2ec31f71 (patch)
tree95f7a70b3b9838d15852cbc0c749917f3ce1fe0c /drivers/spi/spi-dw.h
parentLinux 3.15-rc1 (diff)
downloadlinux-dev-ec37e8e1f0e376776dde5e9539af414d2ec31f71.tar.xz
linux-dev-ec37e8e1f0e376776dde5e9539af414d2ec31f71.zip
spi: dw: migrate to generic queue infrastructure
Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/spi/spi-dw.h')
-rw-r--r--drivers/spi/spi-dw.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/spi/spi-dw.h b/drivers/spi/spi-dw.h
index 587643dae11e..3fd7ab599ab4 100644
--- a/drivers/spi/spi-dw.h
+++ b/drivers/spi/spi-dw.h
@@ -104,14 +104,6 @@ struct dw_spi {
u16 bus_num;
u16 num_cs; /* supported slave numbers */
- /* Driver message queue */
- struct workqueue_struct *workqueue;
- struct work_struct pump_messages;
- spinlock_t lock;
- struct list_head queue;
- int busy;
- int run;
-
/* Message Transfer pump */
struct tasklet_struct pump_transfers;