Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 64d930ac authored by Mark Brown's avatar Mark Brown
Browse files

spi/s3c64xx: Remove unused gpios field from driver data



Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 8b06d5b8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
};