From cb44eb7dad17522f47792dca4fc499310ff7d6f3 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Sat, 22 Apr 2017 00:09:42 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/c/flashrom/+/33638 Tested-by: build bot (Jenkins) Reviewed-by: HAOUAS Elyes Reviewed-by: Angel Pons --- ogp_spi.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ogp_spi.c') diff --git a/ogp_spi.c b/ogp_spi.c index 9a9e7fa3f..e603edb8b 100644 --- a/ogp_spi.c +++ b/ogp_spi.c @@ -83,7 +83,6 @@ static int ogp_bitbang_get_miso(void) } static const struct bitbang_spi_master bitbang_spi_master_ogp = { - .type = BITBANG_SPI_MASTER_OGP, .set_cs = ogp_bitbang_set_cs, .set_sck = ogp_bitbang_set_sck, .set_mosi = ogp_bitbang_set_mosi, -- cgit v1.2.3