summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/common/dircache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/common/dircache.c b/firmware/common/dircache.c
index 1e580bf3af..96b06eb547 100644
--- a/firmware/common/dircache.c
+++ b/firmware/common/dircache.c
@@ -238,7 +238,7 @@ static struct dircache
238} dircache; 238} dircache;
239 239
240/* struct that is used only for the cache in main memory */ 240/* struct that is used only for the cache in main memory */
241struct dircache_runinfo 241static struct dircache_runinfo
242{ 242{
243 /* cache setting and build info */ 243 /* cache setting and build info */
244 int suspended; /* dircache suspend count */ 244 int suspended; /* dircache suspend count */