aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/bd82x6x/spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/bd82x6x/spi.c')
-rw-r--r--src/southbridge/intel/bd82x6x/spi.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/southbridge/intel/bd82x6x/spi.c b/src/southbridge/intel/bd82x6x/spi.c
index ccc530d884..4cd9af037c 100644
--- a/src/southbridge/intel/bd82x6x/spi.c
+++ b/src/southbridge/intel/bd82x6x/spi.c
@@ -280,12 +280,6 @@ struct spi_slave *spi_setup_slave(unsigned int bus, unsigned int cs,
return slave;
}
-void spi_free_slave(struct spi_slave *_slave)
-{
- ich_spi_slave *slave = (ich_spi_slave *)_slave;
- free(slave);
-}
-
/*
* Check if this device ID matches one of supported Intel PCH devices.
*