summaryrefslogtreecommitdiffstats
path: root/src/include/spi_flash.h
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2012-06-06 13:40:12 -0700
committerRonald G. Minnich <rminnich@gmail.com>2012-07-24 02:37:39 +0200
commit5f3aca39d33183ff7d74116e6d2ef2b164fdea23 (patch)
tree2afddfc97149062711c2df6e47f63da8b9e089a1 /src/include/spi_flash.h
parent00671887398a8266f65278318e570cb2a0cf079c (diff)
downloadcoreboot-5f3aca39d33183ff7d74116e6d2ef2b164fdea23.tar.gz
coreboot-5f3aca39d33183ff7d74116e6d2ef2b164fdea23.tar.bz2
coreboot-5f3aca39d33183ff7d74116e6d2ef2b164fdea23.zip
SPI flash layer: remove unused function spi_flash_free()
We don't ever free memory in coreboot, hence drop spi_flash_free() and spi_free_slave() Change-Id: I0ca3f78574ceb4516e7d33c06ab1a58abfb3b0ec Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/1273 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/include/spi_flash.h')
-rw-r--r--src/include/spi_flash.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/spi_flash.h b/src/include/spi_flash.h
index 2a1dcd4632a2..b84bd96fc640 100644
--- a/src/include/spi_flash.h
+++ b/src/include/spi_flash.h
@@ -68,7 +68,6 @@ struct spi_flash {
struct spi_flash *spi_flash_probe(unsigned int bus, unsigned int cs,
unsigned int max_hz, unsigned int spi_mode);
-void spi_flash_free(struct spi_flash *flash);
static inline int spi_flash_read(struct spi_flash *flash, u32 offset,
size_t len, void *buf)