spi/s3c64xx: Remove unused gpios field from driver data

Signed-off-by: Mark Brown <broonie@linaro.org>
此提交包含在:
Mark Brown
2013-09-27 18:45:23 +01:00
父節點 8b06d5b857
當前提交 64d930ac11

查看文件

@@ -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;
};