From 83847ff40780b36c4f103e8d78a7bbcc0b585767 Mon Sep 17 00:00:00 2001 From: Alan Green Date: Fri, 22 Jan 2021 06:16:37 +1100 Subject: 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 Change-Id: I7599ace08f3635251a80612df4b4d29001f81d35 Reviewed-on: https://review.coreboot.org/c/flashrom/+/49800 Reviewed-by: Edward O'Callaghan Reviewed-by: Sam McNally Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- programmer.h | 1 - 1 file changed, 1 deletion(-) diff --git a/programmer.h b/programmer.h index 1c9ef38b0..29a100be8 100644 --- a/programmer.h +++ b/programmer.h @@ -727,7 +727,6 @@ struct opaque_master { 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); -- cgit v1.2.3