From afc3ad64300bbcc14266e645beec897ef06df13d Mon Sep 17 00:00:00 2001 From: Jacob Garber Date: Mon, 24 Jun 2019 16:05:28 -0600 Subject: tree: Make internal variables static All these variables are only used in the files they are defined in, so they can be made static. Change-Id: I1e55138adef540e9d3a2237aa5b289cb338c0608 Signed-off-by: Jacob Garber Reviewed-on: https://review.coreboot.org/c/flashrom/+/33747 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- satamv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'satamv.c') diff --git a/satamv.c b/satamv.c index 1d3734a80..31265eab3 100644 --- a/satamv.c +++ b/satamv.c @@ -22,8 +22,8 @@ #include "programmer.h" #include "hwaccess.h" -uint8_t *mv_bar; -uint16_t mv_iobar; +static uint8_t *mv_bar; +static uint16_t mv_iobar; const struct dev_entry satas_mv[] = { /* 88SX6041 and 88SX6042 are the same according to the datasheet. */ -- cgit v1.2.3