microblaze: trivial: Add one empty line
authorMichal Simek <monstr@monstr.eu>
Tue, 21 Jul 2009 10:58:21 +0000 (12:58 +0200)
committerMichal Simek <monstr@monstr.eu>
Wed, 9 Mar 2011 07:09:57 +0000 (08:09 +0100)
Add one empty line to microblaze_ksyms.c.
Remove one empty line to cacheflush.h.

Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/include/asm/cacheflush.h
arch/microblaze/kernel/microblaze_ksyms.c

index 5a5d835..0f553bc 100644 (file)
@@ -84,7 +84,6 @@ do { \
 #define flush_dcache_mmap_lock(mapping)                do { } while (0)
 #define flush_dcache_mmap_unlock(mapping)      do { } while (0)
 
-
 #define flush_cache_dup_mm(mm)                         do { } while (0)
 #define flush_cache_vmap(start, end)                   do { } while (0)
 #define flush_cache_vunmap(start, end)                 do { } while (0)
index 5cb0341..b52fc2f 100644 (file)
@@ -24,6 +24,7 @@
 
 extern char *_ebss;
 EXPORT_SYMBOL_GPL(_ebss);
+
 #ifdef CONFIG_FUNCTION_TRACER
 extern void _mcount(void);
 EXPORT_SYMBOL(_mcount);