summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Green <avg@google.com>2021-01-22 06:16:37 +1100
committerEdward O'Callaghan <quasisec@chromium.org>2021-01-22 03:20:41 +0000
commit83847ff40780b36c4f103e8d78a7bbcc0b585767 (patch)
treec5f57c174d2cfee4327cf5fea093f32471390902
parent963a2917d0c56f363a1cf38e70d596a2d3d72778 (diff)
downloadflashrom-83847ff40780b36c4f103e8d78a7bbcc0b585767.tar.gz
flashrom-83847ff40780b36c4f103e8d78a7bbcc0b585767.tar.bz2
flashrom-83847ff40780b36c4f103e8d78a7bbcc0b585767.zip
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>
-rw-r--r--programmer.h1
1 files changed, 0 insertions, 1 deletions
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);