summaryrefslogtreecommitdiffstats
path: root/include/cache.h
diff options
context:
space:
mode:
authorfredo <fredo@srv-devhard.ad.til-technologies.net>2008-12-08 11:01:25 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2008-12-18 14:20:08 +0100
commit954f52d605f21fa95b0cefdae70b2966d05b0d0f (patch)
tree7d7d0c0bbdc72ead0ed1a26c35ecb152522326a7 /include/cache.h
parent5a9c64d523313277b48fe5384f388834c99c45bf (diff)
downloadbarebox-954f52d605f21fa95b0cefdae70b2966d05b0d0f.tar.gz
barebox-954f52d605f21fa95b0cefdae70b2966d05b0d0f.tar.xz
correct warning
Signed-off-by: Frederic RODO <fred.rodo@gmail.com>
Diffstat (limited to 'include/cache.h')
-rw-r--r--include/cache.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/cache.h b/include/cache.h
index dcb2fef05d..5968da907f 100644
--- a/include/cache.h
+++ b/include/cache.h
@@ -11,4 +11,5 @@ void dcache_disable(void);
int checkicache (void);
int checkdcache (void);
-#endif /* __CACHE_H */ \ No newline at end of file
+#endif /* __CACHE_H */
+