diff options
author | Nico Huber <nico.h@gmx.de> | 2017-04-22 00:09:42 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2019-06-27 10:25:15 +0000 |
commit | deeac7e41a311a0806af0e65a2ce5c6673f9cf92 (patch) | |
tree | 2ff1082bf9ed049c2863deff9a6d66b6980b1812 /linux_spi.c | |
parent | 959aafa53eeae4f22766b9d098e5ca952af8c070 (diff) | |
download | flashrom-git-deeac7e41a311a0806af0e65a2ce5c6673f9cf92.tar.gz |
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 <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/33651
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'linux_spi.c')
-rw-r--r-- | linux_spi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux_spi.c b/linux_spi.c index 711ab4ac..de09e607 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? */ |