From 4e411774c09841f54f2a3315d7d7fe94f7663981 Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Tue, 18 Dec 2018 20:33:53 -0500 Subject: [PATCH] spi: remove unused prototype Signed-off-by: Sean Cross --- spi.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/spi.c b/spi.c index 4a3dc51..f9fc760 100644 --- a/spi.c +++ b/spi.c @@ -399,8 +399,6 @@ struct spi_id spiId(struct ff_spi *spi) { return id; } - -uint32_t spiJedecId(struct ff_spi *spi); int spiSetType(struct ff_spi *spi, enum spi_type type) { @@ -599,7 +597,6 @@ int spiInit(struct ff_spi *spi) { spi->state = SS_UNCONFIGURED; spi->type = ST_UNCONFIGURED; - // Reset the SPI flash, which will return it to SPI mode even // if it's in QPI mode. spiReset(spi);