summaryrefslogtreecommitdiffstats
path: root/ft2232_spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'ft2232_spi.c')
-rw-r--r--ft2232_spi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ft2232_spi.c b/ft2232_spi.c
index 5c4d06bd6..34b43ddee 100644
--- a/ft2232_spi.c
+++ b/ft2232_spi.c
@@ -154,7 +154,6 @@ static int ft2232_spi_send_command(struct flashctx *flash,
unsigned char *readarr);
static const struct spi_master spi_master_ft2232 = {
- .type = SPI_CONTROLLER_FT2232,
.features = SPI_MASTER_4BA,
.max_data_read = 64 * 1024,
.max_data_write = 256,