diff options
author | Thomas Jarosch <tomj@simonv.com> | 2015-01-01 13:51:08 +0100 |
---|---|---|
committer | Thomas Jarosch <tomj@simonv.com> | 2015-01-01 13:51:08 +0100 |
commit | 812406f4307775f65ab18ff7dc8ca9c74d3b60c7 (patch) | |
tree | 1d8c18ff63cddd7fd90c71a7620d34bb164443ee | |
parent | 09f7bb82cacc8c63a2b9324e9491d2d06ed92fbd (diff) |
Limit "struct dircache_runinfo" to file scope
Change-Id: Ib3edef9a4568605a36bdacde174dfa6bca2d26fa
-rw-r--r-- | firmware/common/dircache.c | 2 |
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 } 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 */ |