]> git.baikalelectronics.ru Git - uboot.git/commit
rockchip: spi: remove unused code and fields in priv
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Sun, 3 Feb 2019 15:17:27 +0000 (16:17 +0100)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tue, 30 Apr 2019 22:00:04 +0000 (00:00 +0200)
commit5b03d90ab406d691f821a5c4f9dfe530af3b27a2
tree7475b8dbace3b481d53707200db0394db4729cb4
parent181bb7f97c0d293a40bd623486e1d38340e59de2
rockchip: spi: remove unused code and fields in priv

Even though the priv-structure and the claim-bus function contain
logic for 16bit frames and for unidirectional transfer modes, neither
of these is used anywhere in the driver.

This removes the unused (as in "has no effect") logic and fields.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
drivers/spi/rk_spi.c