mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 06:23:18 +02:00
tree: Make internal functions static
None of these functions are used outside of the files they are defined in, so make them all static. Change-Id: Ie9cbe12d289bcedacf2f1bf483ae64ef8039ccc1 Signed-off-by: Jacob Garber <jgarber1@ualberta.ca> Reviewed-on: https://review.coreboot.org/c/flashrom/+/33667 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
@ -223,7 +223,7 @@ struct undo_mmio_write_data {
|
||||
};
|
||||
};
|
||||
|
||||
int undo_mmio_write(void *p)
|
||||
static int undo_mmio_write(void *p)
|
||||
{
|
||||
struct undo_mmio_write_data *data = p;
|
||||
msg_pdbg("Restoring MMIO space at %p\n", data->addr);
|
||||
|
Reference in New Issue
Block a user