Alan Green has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/49800 )
Change subject: programmer.h: remove unused declaration ......................................................................
programmer.h: remove unused declaration
Removes unused declaration of noop_shutdown(). The implementation was removed in 386cc556a448fe05139f5eddf43d9fcadce41e0e and this declaration ought to have been removed at the same time.
Signed-off-by: Alan Green avg@google.com Change-Id: I7599ace08f3635251a80612df4b4d29001f81d35 --- M programmer.h 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/00/49800/1
diff --git a/programmer.h b/programmer.h index 1c9ef38..29a100b 100644 --- a/programmer.h +++ b/programmer.h @@ -727,7 +727,6 @@ int register_opaque_master(const struct opaque_master *mst);
/* programmer.c */ -int noop_shutdown(void); void *fallback_map(const char *descr, uintptr_t phys_addr, size_t len); void fallback_unmap(void *virt_addr, size_t len); void fallback_chip_writew(const struct flashctx *flash, uint16_t val, chipaddr addr);