diff options
author | Mark Brown <broonie@linaro.org> | 2013-09-27 13:45:23 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-09-30 07:53:37 -0400 |
commit | 64d930ac116db25db814f76c31bfd4a7ea428f74 (patch) | |
tree | 0c0116312d83c6578e3166d8ae00e66732838703 | |
parent | 8b06d5b8576d1df4122fa9ca40578ec7f094cb3e (diff) |
spi/s3c64xx: Remove unused gpios field from driver data
Signed-off-by: Mark Brown <broonie@linaro.org>
-rw-r--r-- | drivers/spi/spi-s3c64xx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/spi-s3c64xx.c b/drivers/spi/spi-s3c64xx.c index dd5ed13436e5..7f960db66763 100644 --- a/drivers/spi/spi-s3c64xx.c +++ b/drivers/spi/spi-s3c64xx.c | |||
@@ -205,7 +205,6 @@ struct s3c64xx_spi_driver_data { | |||
205 | #endif | 205 | #endif |
206 | struct s3c64xx_spi_port_config *port_conf; | 206 | struct s3c64xx_spi_port_config *port_conf; |
207 | unsigned int port_id; | 207 | unsigned int port_id; |
208 | unsigned long gpios[4]; | ||
209 | bool cs_gpio; | 208 | bool cs_gpio; |
210 | }; | 209 | }; |
211 | 210 | ||