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 } dircache; /* struct that is used only for the cache in main memory */ -struct dircache_runinfo +static struct dircache_runinfo { /* cache setting and build info */ int suspended; /* dircache suspend count */