aboutsummaryrefslogtreecommitdiffstats
path: root/mstarddc_spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'mstarddc_spi.c')
-rw-r--r--mstarddc_spi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mstarddc_spi.c b/mstarddc_spi.c
index afe4e124..db111577 100644
--- a/mstarddc_spi.c
+++ b/mstarddc_spi.c
@@ -220,7 +220,6 @@ static int mstarddc_spi_send_command(struct flashctx *flash,
}
static const struct spi_master spi_master_mstarddc = {
- .type = SPI_CONTROLLER_MSTARDDC,
.max_data_read = 256,
.max_data_write = 256,
.command = mstarddc_spi_send_command,