aboutsummaryrefslogtreecommitdiffstats
path: root/it87spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'it87spi.c')
-rw-r--r--it87spi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/it87spi.c b/it87spi.c
index 9e7a8eaf..f8b2b0ff 100644
--- a/it87spi.c
+++ b/it87spi.c
@@ -108,7 +108,6 @@ static int it8716f_spi_chip_write_256(struct flashctx *flash, const uint8_t *buf
unsigned int start, unsigned int len);
static const struct spi_master spi_master_it87xx = {
- .type = SPI_CONTROLLER_IT87XX,
.max_data_read = MAX_DATA_UNSPECIFIED,
.max_data_write = MAX_DATA_UNSPECIFIED,
.command = it8716f_spi_send_command,