summaryrefslogtreecommitdiffstats
path: root/nicintel_spi.c
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2017-04-22 00:09:42 +0200
committerNico Huber <nico.h@gmx.de>2019-06-23 13:06:51 +0000
commitcb44eb7dad17522f47792dca4fc499310ff7d6f3 (patch)
tree026822102436ac0dcda8d8d007f16757ad73488b /nicintel_spi.c
parent712ba3a0659a70c2e93a55d9e194b2fae6db28d1 (diff)
downloadflashrom-cb44eb7dad17522f47792dca4fc499310ff7d6f3.tar.gz
flashrom-cb44eb7dad17522f47792dca4fc499310ff7d6f3.tar.bz2
flashrom-cb44eb7dad17522f47792dca4fc499310ff7d6f3.zip
bitbang_spi: Drop bitbang_spi_master_type
It only existed to make maintenance harder and waste our time. Change-Id: I7a3b5d9ff1e99d2d4f873c6f19fb318f93762037 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/flashrom/+/33638 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'nicintel_spi.c')
-rw-r--r--nicintel_spi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/nicintel_spi.c b/nicintel_spi.c
index f31a2f92a..bdb70a725 100644
--- a/nicintel_spi.c
+++ b/nicintel_spi.c
@@ -168,7 +168,6 @@ static int nicintel_bitbang_get_miso(void)
}
static const struct bitbang_spi_master bitbang_spi_master_nicintel = {
- .type = BITBANG_SPI_MASTER_NICINTEL,
.set_cs = nicintel_bitbang_set_cs,
.set_sck = nicintel_bitbang_set_sck,
.set_mosi = nicintel_bitbang_set_mosi,