aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/spi
diff options
context:
space:
mode:
authorFurquan Shaikh <furquan@chromium.org>2017-05-15 20:49:34 -0700
committerFurquan Shaikh <furquan@google.com>2017-05-19 21:22:13 +0200
commit7863395ad19b1c068479546e0b8b3eb3c828062a (patch)
treea5d907229f6581282ae7faca76e66985c15e1166 /src/drivers/spi
parent30221b45e02f0be8940debd8ad5690c77d6a97a6 (diff)
drivers/spi/spi_flash_internal: Remove unused spi_fram_probe_ramtron
Remove unused function declaration spi_fram_probe_ramtron. BUG=b:38330715 Change-Id: I05e6c5c2b97d6c8a726c0e443ad855f9bcb703f9 Signed-off-by: Furquan Shaikh <furquan@chromium.org> Reviewed-on: https://review.coreboot.org/19706 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/drivers/spi')
-rw-r--r--src/drivers/spi/spi_flash_internal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/spi/spi_flash_internal.h b/src/drivers/spi/spi_flash_internal.h
index 4ad0b09ca3..55d3fa0c16 100644
--- a/src/drivers/spi/spi_flash_internal.h
+++ b/src/drivers/spi/spi_flash_internal.h
@@ -84,7 +84,5 @@ int spi_flash_probe_gigadevice(struct spi_slave *spi, u8 *idcode,
struct spi_flash *flash);
int spi_flash_probe_adesto(struct spi_slave *spi, u8 *idcode,
struct spi_flash *flash);
-int spi_fram_probe_ramtron(struct spi_slave *spi, u8 *idcode,
- struct spi_flash *flash);
#endif /* SPI_FLASH_INTERNAL_H */