From 954f52d605f21fa95b0cefdae70b2966d05b0d0f Mon Sep 17 00:00:00 2001 From: fredo Date: Mon, 8 Dec 2008 11:01:25 +0100 Subject: [PATCH] correct warning Signed-off-by: Frederic RODO --- include/cache.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/cache.h b/include/cache.h index dcb2fef05..5968da907 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 */ +