aboutsummaryrefslogtreecommitdiff
path: root/src/include/spi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/spi.h')
-rw-r--r--src/include/spi.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/include/spi.h b/src/include/spi.h
index bb84258137..bee851ea97 100644
--- a/src/include/spi.h
+++ b/src/include/spi.h
@@ -84,13 +84,6 @@ struct spi_slave *spi_setup_slave(unsigned int bus, unsigned int cs,
unsigned int max_hz, unsigned int mode);
/*-----------------------------------------------------------------------
- * Free any memory associated with a SPI slave.
- *
- * slave: The SPI slave
- */
-void spi_free_slave(struct spi_slave *slave);
-
-/*-----------------------------------------------------------------------
* Claim the bus and prepare it for communication with a given slave.
*
* This must be called before doing any transfers with a SPI slave. It