From deeac7e41a311a0806af0e65a2ce5c6673f9cf92 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Sat, 22 Apr 2017 00:09:42 +0200 Subject: spi: Drop spi_controller type Not needed anymore. Drop it fast before it encourages anyone to violate layers again! Change-Id: I8eda93b429e3ebaef79e22aba76be62987e496f4 Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/flashrom/+/33651 Reviewed-by: Angel Pons --- linux_spi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'linux_spi.c') diff --git a/linux_spi.c b/linux_spi.c index 711ab4ac9..de09e607b 100644 --- a/linux_spi.c +++ b/linux_spi.c @@ -54,7 +54,6 @@ static int linux_spi_write_256(struct flashctx *flash, const uint8_t *buf, unsigned int start, unsigned int len); static const struct spi_master spi_master_linux = { - .type = SPI_CONTROLLER_LINUX, .features = SPI_MASTER_4BA, .max_data_read = MAX_DATA_UNSPECIFIED, /* TODO? */ .max_data_write = MAX_DATA_UNSPECIFIED, /* TODO? */ -- cgit v1.2.3