summaryrefslogtreecommitdiffstats
path: root/it85spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'it85spi.c')
-rw-r--r--it85spi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/it85spi.c b/it85spi.c
index e47cabbdb..1d1ecad67 100644
--- a/it85spi.c
+++ b/it85spi.c
@@ -106,7 +106,7 @@ static int wait_for(const unsigned int mask, const unsigned int expected_value,
/* IT8502 employs a scratch RAM when flash is being updated. Call the following
* two functions before/after flash erase/program. */
-void it85xx_enter_scratch_rom(void)
+static void it85xx_enter_scratch_rom(void)
{
int ret, tries;
@@ -163,7 +163,7 @@ void it85xx_enter_scratch_rom(void)
}
}
-void it85xx_exit_scratch_rom(void)
+static void it85xx_exit_scratch_rom(void)
{
#if 0
int ret;