projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b06d5b
)
spi/s3c64xx: Remove unused gpios field from driver data
author
Mark Brown
<broonie@linaro.org>
Fri, 27 Sep 2013 17:45:23 +0000
(18:45 +0100)
committer
Mark Brown
<broonie@linaro.org>
Mon, 30 Sep 2013 11:53:37 +0000
(12:53 +0100)
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-s3c64xx.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/spi/spi-s3c64xx.c
b/drivers/spi/spi-s3c64xx.c
index dd5ed13436e5068fe5f1990f72a05eca0f18fabb..7f960db66763710762e708919fc730da32a38fe6 100644
(file)
--- a/
drivers/spi/spi-s3c64xx.c
+++ b/
drivers/spi/spi-s3c64xx.c
@@
-205,7
+205,6
@@
struct s3c64xx_spi_driver_data {
#endif
struct s3c64xx_spi_port_config *port_conf;
unsigned int port_id;
- unsigned long gpios[4];
bool cs_gpio;
};