From 812406f4307775f65ab18ff7dc8ca9c74d3b60c7 Mon Sep 17 00:00:00 2001 From: Thomas Jarosch Date: Thu, 1 Jan 2015 13:51:08 +0100 Subject: Limit "struct dircache_runinfo" to file scope Change-Id: Ib3edef9a4568605a36bdacde174dfa6bca2d26fa --- firmware/common/dircache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3