diff options
author | Baruch Siach <baruch@tkos.co.il> | 2014-01-31 11:07:44 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-04-24 19:01:05 +0200 |
commit | ec37e8e1f0e376776dde5e9539af414d2ec31f71 (patch) | |
tree | 95f7a70b3b9838d15852cbc0c749917f3ce1fe0c /drivers/spi/spi-dw.h | |
parent | Linux 3.15-rc1 (diff) | |
download | linux-ec37e8e1f0e376776dde5e9539af414d2ec31f71.tar.xz linux-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.h | 8 |
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; |