projects
/
deliverable
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ff33f3
)
spi: pxa2xx: Remove unused psp member variable from struct chip_data
author
Jarkko Nikula
<jarkko.nikula@linux.intel.com>
Fri, 2 Oct 2015 13:52:27 +0000
(16:52 +0300)
committer
Mark Brown
<broonie@kernel.org>
Fri, 2 Oct 2015 16:50:30 +0000
(17:50 +0100)
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>
drivers/spi/spi-pxa2xx.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/spi/spi-pxa2xx.h
b/drivers/spi/spi-pxa2xx.h
index 0a9b6390a817f60467b03f9e3fa589cc5bddf79f..99c4d8a0a1d0314620ad7ce42f658e90b8377162 100644
(file)
--- a/
drivers/spi/spi-pxa2xx.h
+++ b/
drivers/spi/spi-pxa2xx.h
@@
-89,7
+89,6
@@
struct chip_data {
u32 cr0;
u32 cr1;
u32 dds_rate;
- u32 psp;
u32 timeout;
u8 n_bytes;
u32 dma_burst_size;
This page took
0.025088 seconds
and
5
git commands to generate.