diff mbox series

[1/9] spi: meson-spicc: remove unused variables

Message ID 20200312133131.26430-2-narmstrong@baylibre.com (mailing list archive)
State Mainlined
Commit b9dfb20eed5c7dab37d6267a985dbe16df9e4293
Headers show
Series spi: meson-spicc: add support for AXG and G12A variants | expand

Commit Message

Neil Armstrong March 12, 2020, 1:31 p.m. UTC
Remove unused variables from spicc data struct.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 drivers/spi/spi-meson-spicc.c | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/drivers/spi/spi-meson-spicc.c b/drivers/spi/spi-meson-spicc.c
index 7f5680fe2568..8425e5ae1273 100644
--- a/drivers/spi/spi-meson-spicc.c
+++ b/drivers/spi/spi-meson-spicc.c
@@ -130,9 +130,7 @@  struct meson_spicc_device {
 	u8				*rx_buf;
 	unsigned int			bytes_per_word;
 	unsigned long			tx_remain;
-	unsigned long			txb_remain;
 	unsigned long			rx_remain;
-	unsigned long			rxb_remain;
 	unsigned long			xfer_remain;
 	bool				is_burst_end;
 	bool				is_last_burst;