summaryrefslogtreecommitdiff
path: root/firmware/storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/storage.c')
-rw-r--r--firmware/storage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/storage.c b/firmware/storage.c
index 372042564c..867c68cf6b 100644
--- a/firmware/storage.c
+++ b/firmware/storage.c
@@ -40,8 +40,8 @@ static unsigned int num_drives;
40#define STORAGE_MINIMUM_IDLE_TIME (HZ/10) 40#define STORAGE_MINIMUM_IDLE_TIME (HZ/10)
41#define STORAGE_DELAY_UNIT (HZ/20) 41#define STORAGE_DELAY_UNIT (HZ/20)
42 42
43unsigned int storage_last_thread[NUM_DRIVES]; 43static unsigned int storage_last_thread[NUM_DRIVES];
44unsigned int storage_last_activity[NUM_DRIVES]; 44static unsigned int storage_last_activity[NUM_DRIVES];
45 45
46static bool storage_should_wait(int drive, int prio) 46static bool storage_should_wait(int drive, int prio)
47{ 47{