From 29c5bb32c4099ccb759c6265442e1300899588bb Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Mon, 15 May 2017 20:49:34 -0700 Subject: [PATCH] UPSTREAM: drivers/spi/spi_flash_internal: Remove unused spi_fram_probe_ramtron Remove unused function declaration spi_fram_probe_ramtron. BUG=b:38330715 Change-Id: I05900361e86178b297c29f57d7e907a237cf3452 Signed-off-by: Patrick Georgi Original-Commit-Id: 7863395ad19b1c068479546e0b8b3eb3c828062a Original-Change-Id: I05e6c5c2b97d6c8a726c0e443ad855f9bcb703f9 Original-Signed-off-by: Furquan Shaikh Original-Reviewed-on: https://review.coreboot.org/19706 Original-Reviewed-by: Aaron Durbin Original-Tested-by: build bot (Jenkins) Reviewed-on: https://chromium-review.googlesource.com/509521 Commit-Ready: Patrick Georgi Tested-by: Patrick Georgi Reviewed-by: Patrick Georgi --- src/drivers/spi/spi_flash_internal.h | 2 -- 1 file changed, 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 */