diff options
Diffstat (limited to 'cpu/s3c44b0/cache.c')
| -rw-r--r-- | cpu/s3c44b0/cache.c | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/cpu/s3c44b0/cache.c b/cpu/s3c44b0/cache.c index bc1017151..66974f61a 100644 --- a/cpu/s3c44b0/cache.c +++ b/cpu/s3c44b0/cache.c @@ -88,4 +88,3 @@ int dcache_status (void)  {  	return dcache_status();  } - |