未验证 提交 b9dfb20e 编写于 作者: N Neil Armstrong 提交者: Mark Brown

spi: meson-spicc: remove unused variables

Remove unused variables from spicc data struct.
Signed-off-by: NNeil Armstrong <narmstrong@baylibre.com>
Link: https://lore.kernel.org/r/20200312133131.26430-2-narmstrong@baylibre.comSigned-off-by: NMark Brown <broonie@kernel.org>
上级 1a421eba
...@@ -130,9 +130,7 @@ struct meson_spicc_device { ...@@ -130,9 +130,7 @@ struct meson_spicc_device {
u8 *rx_buf; u8 *rx_buf;
unsigned int bytes_per_word; unsigned int bytes_per_word;
unsigned long tx_remain; unsigned long tx_remain;
unsigned long txb_remain;
unsigned long rx_remain; unsigned long rx_remain;
unsigned long rxb_remain;
unsigned long xfer_remain; unsigned long xfer_remain;
bool is_burst_end; bool is_burst_end;
bool is_last_burst; bool is_last_burst;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册