Edward O'Callaghan submitted this change.
programmer.h: remove unused declaration
Removes unused declaration of noop_shutdown(). The implementation was
removed in 386cc556a4 and this declaration ought to have been removed at
the same time.
Signed-off-by: Alan Green <avg@google.com>
Change-Id: I7599ace08f3635251a80612df4b4d29001f81d35
Reviewed-on: https://review.coreboot.org/c/flashrom/+/49800
Reviewed-by: Edward O'Callaghan <quasisec@chromium.org>
Reviewed-by: Sam McNally <sammc@google.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
---
M programmer.h
1 file changed, 0 insertions(+), 1 deletion(-)
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);
To view, visit change 49800. To unsubscribe, or for help writing mail filters, visit settings.