Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

spi: pxa2xx: Remove unused psp member variable from struct chip_data

It is not used since commit 8d94cc50aa4f ("[PATCH] spi: stabilize PIO mode
transfers on PXA2xx systems").

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Jarkko Nikula and committed by
Mark Brown
54bf4505 6ff33f39

-1
-1
drivers/spi/spi-pxa2xx.h
··· 89 89 u32 cr0; 90 90 u32 cr1; 91 91 u32 dds_rate; 92 - u32 psp; 93 92 u32 timeout; 94 93 u8 n_bytes; 95 94 u32 dma_burst_size;