summaryrefslogtreecommitdiffstats
path: root/it85spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'it85spi.c')
-rw-r--r--it85spi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/it85spi.c b/it85spi.c
index 3dbba78bf..3cd551420 100644
--- a/it85spi.c
+++ b/it85spi.c
@@ -276,7 +276,6 @@ static int it85xx_spi_send_command(struct flashctx *flash,
unsigned char *readarr);
static const struct spi_master spi_master_it85xx = {
- .type = SPI_CONTROLLER_IT85XX,
.max_data_read = 64,
.max_data_write = 64,
.command = it85xx_spi_send_command,