소스 검색

spi/s3c64xx: Remove unused gpios field from driver data

Signed-off-by: Mark Brown <broonie@linaro.org>
Mark Brown 12 년 전
부모
커밋
64d930ac11
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      drivers/spi/spi-s3c64xx.c

+ 0 - 1
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;
 };