[coreboot-gerrit] Change in coreboot[master]: drivers/spi/spi_flash_internal: Remove unused spi_fram_probe...

Furquan Shaikh (Code Review) gerrit at coreboot.org
Fri May 19 21:22:18 CEST 2017


Furquan Shaikh has submitted this change and it was merged. ( https://review.coreboot.org/19706 )

Change subject: drivers/spi/spi_flash_internal: Remove unused spi_fram_probe_ramtron
......................................................................


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 at chromium.org>
Reviewed-on: https://review.coreboot.org/19706
Reviewed-by: Aaron Durbin <adurbin at chromium.org>
Tested-by: build bot (Jenkins) <no-reply at coreboot.org>
---
M src/drivers/spi/spi_flash_internal.h
1 file changed, 0 insertions(+), 2 deletions(-)

Approvals:
  Aaron Durbin: Looks good to me, approved
  build bot (Jenkins): Verified



diff --git a/src/drivers/spi/spi_flash_internal.h b/src/drivers/spi/spi_flash_internal.h
index 4ad0b09..55d3fa0 100644
--- a/src/drivers/spi/spi_flash_internal.h
+++ b/src/drivers/spi/spi_flash_internal.h
@@ -84,7 +84,5 @@
 			       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 */

-- 
To view, visit https://review.coreboot.org/19706
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I05e6c5c2b97d6c8a726c0e443ad855f9bcb703f9
Gerrit-PatchSet: 10
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Furquan Shaikh <furquan at google.com>
Gerrit-Reviewer: Aaron Durbin <adurbin at chromium.org>
Gerrit-Reviewer: Duncan Laurie <dlaurie at chromium.org>
Gerrit-Reviewer: Furquan Shaikh <furquan at google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter at users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply at coreboot.org>



More information about the coreboot-gerrit mailing list