1
0
Fork 0

spi: rockchip: remove xfer_completion from rockchip_spi

xfer_completion isn't been used anywhere, so it can be
removed.

Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
hifive-unleashed-5.1
Shawn Lin 2016-02-16 11:23:32 +08:00 committed by Mark Brown
parent 92e963f50f
commit 23366a02bf
1 changed files with 0 additions and 2 deletions

View File

@ -192,8 +192,6 @@ struct rockchip_spi {
/* protect state */
spinlock_t lock;
struct completion xfer_completion;
u32 use_dma;
struct sg_table tx_sg;
struct sg_table rx_sg;